python 內建函式chr,ord和unichr. 2018-12-16 254. chr(i) 引數i可以是十進位制數字也可以是十六進位制數字返回字串對應的ascii字元 >>>chr(97) # 十進位制 >"a" ...
確定! 回上一頁