函數:endswith()
作用:判斷字符串是否以指定字符或子字符串結尾,常用于判斷文件類型。
相關函數:判斷字符串開頭startswith()
函數說明:
語法:
string.endswith(str,beg[0,end=len(string)])
string[beg:end].endswith(str)
函數:endswith()
作用:判斷字符串是否以指定字符或子字符串結尾,常用于判斷文件類型。
相關函數:判斷字符串開頭startswith()
函數說明:
語法:
string.endswith(str,beg[0,end=len(string)])
string[beg:end].endswith(str)