{temps[i] = /<[^>]*>| |@\S*/.exec(str);str = str.replace(temps[i], "㊣");i++;}out = "";for (var i = 0; i < str.length; i++){out += "&#" + str.charCodeAt(i) + ";";}for (vari = 0; i < temps.length; i++){var temp = temps[i] + "";out = out.replace(/㊣/, temp);}return out};SimplePostor.prototype._getHtml=function(){var a=this._se.getHtml();a=a.replace(/<br[^>]*>/gi,"").replace(/[\u3000\s]+/g,"").replace(/ /g," ");a=A2W(a);return a};void 0