/**
* remove the tag of html
* @param str
*/
function removeTAG(str){
return str.replace(/<[^>]+>/g, "");
}
* remove the tag of html
* @param str
*/
function removeTAG(str){
return str.replace(/<[^>]+>/g, "");
}
561

被折叠的 条评论
为什么被折叠?