check sub-string in the string

if "blah" not in somestring: 
    continue
原文地址:https://www.cnblogs.com/qingyuanjushi/p/6217381.html