赞
踩
我的环境是php,框架是thinkphp5,直接在获取前端值的地方,加上htmlentities() 或 htmlspecialchars()
//全局搜索
$keyword = htmlspecialchars(input('txt_search'));