08 2021 档案
摘要:php表单提交特殊字符的处理方法,主要用到htmlspecialchars/addslashes/stripslashes/strip_tags/mysql_real_escape_string等几个函数。一、与特殊字符处理有关的php函数函数名 释义 介绍htmlspecialchars 将与、单
阅读全文
摘要:var e = event || window.event;$('#id').window({left: x + "px",top: y + "px"}); event.clientX、event.clientY 鼠标相对于浏览器窗口可视区域的X,Y坐标(窗口坐标),可视区域不包括工具栏和滚动条。I
阅读全文
摘要:出处:https://www.jb51.net/article/31835.htm$(function () { try { $.formValidator.initConfig({ formid: "formTable", errorfocus: false, submitonce: true,
阅读全文