js删除替换html标签 js删除替换空白换行符 替换标签:
str.replace(/(<(.[^>]*)>)|( )/g,"")
str.replace(/(^\s*)|(\s*$)/g, "")