encode(encoding, errors) with encoding as "ASCII" and errors as "ignore" to return str without "ASCII" characters. Use str.decode() to encode str .
確定! 回上一頁