随笔分类 - Bootstrap
摘要:Bad Request - Request Too Long HTTP Error 400. The size of the request headers is too long. 该错误原因导致 ,是该站点 Cookies 存储太多导致。 使用浏览器 清除该站点所有Cookies 可解决此问题。
阅读全文
摘要:<script type="text/javascript"> $(function () { //每次隐藏的时候 删除页面数据 重新加载 $("#per_handler").on("hidden.bs.modal", function () { $(this).removeData("bs.mod
阅读全文