标签: string python-3.x
我正在尝试使用
if str1 in str2:
和
if str2.find(str1) == -1 :
两者都不起作用,两者都给我同样的错误:
Type str doesn't support the buffer API #
任何人都可以帮助我吗? 谢谢!