dom操作 var test = function (){ var reg = /[\u4e00-\u9fa5]/gm; console.log(reg.test(document.getElementById('name').value)) } 测试在控制台查看结果 结果显示: