Python's ascii(~) method returns a printable representation of an object as a string. It escapes non-ASCII characters using \x, \u or \U.
確定! 回上一頁