New Document
}) } else if ($inp_val.length > 11) { $oper_tex.text("请输入正确手机号码") } else if ($inp_val == "") { $oper_tex.text("") } }); function test2(zhi){ var haoduan = { "134":"1","135":"1","136":"1","137":"1","138":"1","139":"1","150":"1","151":"1","152":"1","158":"1", "159":"1", "182":"1", "183":"1", "184":"1", "157":"1","187":"1", "188":"1", "147":"1", "178":"1",//中国移动 "130":"2","131":"2","132":"2","155":"3","156":"2","185":"2","186":"2", //中国联通 "133":"3","153":"3","189":"3","180":"3","181":"3", //中国电信 } switch (haoduan[zhi]) { case "1": $oper_tex.text("中国移动"); break; case "2": $oper_tex.text("中国联通"); break; case "3": $oper_tex.text("中国电信"); break; } } //-->