var txt="\\457";var re=/\\+\d+/; // 开头为数字 中间任意多个\w 结尾为1个数字var re1 = new RegExp('\\{1}\\d+')alert(re1.test(txt));//false为什么rel的匹配规则不对呢?求赐教! 查看完整描述