var html = '<fieldset class="struct-info" id="SlopeZY"><legend>变坡点(ZY)</legend>'; html += '<input type="hidden" id="SlopeZYId" name="SlopeZYId"/>'; if (me.Paras.IsUseCircle != undef…
$("form").submit(function () { var content = editor.getContentTxt(); var sum = 0; re = /[\u4E00-\u9FA5]/g; //测试中文字符的正则 if (content) { if (re.test(content)) //使用正则判断是否存在中文 { if (content.match(re).length <= 10) { //返回中文的个数 $.dialog.tips("帖…