检查某个字符串是否仅含有字母或数字(文字数字式字符).
StringIsAlNum ( "字符串" )
Local $x = "This is a sentence with whitespace." MsgBox(4096,"检查结果", "返回值为:" & StringIsAlNum($x))