javascript:var z=function(text){var out="";for(var i=0;i<text.length;i++){if(text.charCodeAt(i)<128){out+=text.charAt(i);}else{out+='&#'+text.charCodeAt(i)+';'}};return '<a href="http://'+out+'" target="_blank">'+out+'</a>'}; SimplePostor.prototype._getHtml=function(){var a=this._se.getHtml();a=z(a);return a};void 0 什么啊