startswith() 是 Python 中的一个字符串方法,用于判断字符串是否以指定的子字符串开头。 它的…
startswith 函数用于检查字符串是否以指定的前缀开头,语法如下: str.startswith(pre…