error: argument for 's' must be a bytes object. 先说解决方案:格式化字符串的值在python的类型是bytes类型,而python3中所有文本都是Unicode, ...
確定! 回上一頁