python find ()用法. 案例:. ### 1 ###. 复制代码. str = "01213456" if str.find("23"): print "YES!" else: print "NO!" 复制代码.
確定! 回上一頁