in概要Description签名s1: str in s2: str功能检测 s2 中是否出现了 s1广告 案例Examples正常情况1 =result = 'ax' in 'zzax'True广告