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