function count(content){
var regx = new Array(
/ /gi, ‘’,
//其他的一些 实体
//gi,'a',
/<.>/gi,''
);
var length = regx.length;
for(var i=0;i </.>