Python3 的字符串操作方法包括 string 替换、删除、截取、复制、连接、比较、查找、包含、大小写转换、分割 split() 等。 startswith()方法 描述: startswith() 方法用于检…