前端开发2023年05月02日
<input name="time_1" type="text" id="time_1" value="" onkeyup="this.value=this.value.replace(/\D/g,'...
前端开发2023年05月02日
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>ajax长轮询和短轮询</title&...
前端开发2023年05月02日
IE浏览器启动:pi ping 10.12.12.12 -n 1 | find "TTL=" > nul if errorlevel 1 ( goto pi )&nb...
前端开发2023年05月02日
function gofenshu(){ parent.frames['fram_jilu'].location.href=index.php'; }...
前端开发2023年05月02日
<input type="button" name="Submit1" id="screen_zt" value="屏幕状态切换" /> <script> $(function(){  ...
前端开发2023年05月02日
JQ前台代码:var keyword=encodeURIComponent($("#keyword").val()); var ajaxform=$.post("/mdaima.php",{keyword:keyword},function(result){ });PHP后台代码:$keyword=...
前端开发2023年05月02日
1、json字符串中只有一组string jsonstr = "{'name':'xiaoming','age':'11','lastTime':'2016-07-26','address':'luo...
前端开发2023年05月02日
document.write("<script type='text/javascript' src='js/abc.js'></script><script language='javascript' src='js/12...
前端开发2023年05月02日
$(".body_box").append(result); //在被选元素的结尾插入指定内容 $(".body_box").prepend(result);//在被选元素的开关插入指定内容...
前端开发2023年05月02日
<script lang="javascript"> function disableDebugger() { debugger; } $(document).ready(function () { &nb...