python判斷某個字符串中是否包含某個子字符串,方法:if ’str1‘ in str

使用in方法web 實例:svg str1='hello china!' if 'china' in str1: print('yes') else: print('no') 運行結果:.net yes 參考:連接code
相關文章
相關標籤/搜索