摘要: str()函数: str函数是python内置的字符串函数,当str被当作变量名赋值后str内置函数不可用,例: str=123 n=str(456) Traceback (most recent call last): File "<pyshell#4>", line 1, in <module> 阅读全文
posted @ 2020-12-21 15:55 于康龙 阅读(163) 评论(0) 推荐(0)