日期:2014-05-16 浏览次数:20422 次
function test_name(str){ var reg = /^[u4E00-u9FA5]+$/; if(!reg.test(str)){ return false; } return true; }