startswith(('1', '2', '3')) means if the string starts with 1 or 2 or 3. Method #3 Check using Regex. You can also use regular expressions for ...
確定! 回上一頁