chr (i) -> character Return a string of one character with ordinal i; 0 <= i < 256. ... 在python 3.x中, str 是一個Unicode字元序列, chr() 的範圍要大得多。
確定! 回上一頁