Python3 一般的字串就是Unicode e.g. "Test" , bytes 在字串前必需加前b 的前綴字e.g. b"Test" 。在CPython 裡,Unicode 定義的名稱皆為PyUnicode_xxx , ...
確定! 回上一頁