var str = /0-9a-zA-Z/;if(str.test(textBox的值)){return true;}else{return false;}只能输入大小写字母和数字
textChange事件,用js去做判断