.startswith() tests for prefix-hood. When called like x.startswith(y), it returns True if the string x starts with the prefix string y, False otherwise.
確定! 回上一頁