Python3 异常: name ‘basestring’ is not defined详解编程语言

Python3 异常: name ‘basestring’ is not defined

问题分析:

python3 里已经没有basestring 类型,用str代替了basestring ;

解决方案:

将关键字“basestring”替换为“str”;

原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/16701.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论