Python 3's string is a sequence of unicode characters. In Python 3, everything is Unicode (UTF-8). You do not need # -*- coding: utf-8 -*- , nor ...
確定! 回上一頁