文章目录 startswith 语法 判断字符串时候以多个字符串开头(元组) endswith startswith 语法 语法:string.startswith(str, beg=0,end=len(string)) 或string[beg:end]