pythonstr pythonstr代表什么 pythonstr是什么编码str 和 unicodestr和unicode都是basestring的子类所以有判断是否是字符串的方法def is_str(s): return isinstance(s, b... 小编 /Python /2023-11-17 /0 评论 /61 阅读