You can use String's encode() with encoding as ascii and error as ignore to remove unicode characters from String and use decode() method to decode() it back.
確定! 回上一頁