python 里使用 if …… in 判断 某个字符是否存在于字符串中 str = "字符串" a = "字" if a in str: print(111) 来源:https://www.cnblogs.com/luguankun/p/11846401.html 标签 python python字符串