function delHtmlTag(str) { return str.replace(/<[^>]+>/g,"");//去掉所有的html标记 }
posted on 2010-04-25 12:36 sdh 阅读(442) 评论(0) 收藏 举报