1.去除字符串中的html标签
function removeHtmlTag(str) {    return str.replace(/<[^>]+>/g,"");}

记录一些js的小办法, 继续更新...