去掉 HTML 标签。
要转换的字符串
0.0.1
removeHTMLTag('<div>123</div>') // '123' Copy
removeHTMLTag('<div>123</div>') // '123'
去掉 HTML 标签。