The isalnum() method returns True if all characters in the string are alphanumeric (either alphabets or numbers). If not, it returns False.
確定! 回上一頁