document.writeln('
'); document.writeln('
'); document.writeln('

有家居问题,当然想快问!

'); document.writeln('
'); document.writeln('
'); document.writeln('
'); document.writeln('
'); document.writeln(''); document.writeln('
'); document.writeln(''); function htmlEscape(htmlStr) { var pattern = /[`~!@#$%^&*-+='\"\\.]*/i; var rs = ""; for (var i = 0; i < htmlStr.length; i++) { rs = rs + htmlStr.substr(i, 1).replace(pattern, ''); } if(rs.replace(/(^\s*)|(\s*$)/g,'').length == 0){ return "未找到和您的查询相匹配"; }else{ return rs; } } function chkForm(fm){ if(_check_form(fm)){ window.location.href = '//wenda.pchouse.com.cn/sr/'+htmlEscape(fm.title.value)+"/"; } }