前端防止xxs注入

思路: 去掉所有跟sql有关的标签: $(function () { $(":input").change(function () { // alert($(this).attr('id')); removeHTML($(this).attr('id')); }) }) function remov
posted @ 2020-08-26 09:04  喆星高照  阅读(633)  评论(0编辑  收藏  举报