lua html 转义字符,lua htmlspecialchars html特殊代码转义 避免XSS攻击
luahtmlspecialchars转换特殊的字符为HTML编码。格式:result=htmlspecialchars(字符串)下列字符会被转换:'&'(ampersand)转换为'&''”'(doublequote)转换为'"'”'”(singlequote)转换为'''''(greaterthan)转换为'>''/'(greaterthan)转换为'/'localfunctionhtmlsp