上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页
摘要: js代码: php文件执行的结果 1,执行成功 返回status:ok; 2,执行不成功,返回status:err; 阅读全文
posted @ 2017-08-20 16:39 林育松 阅读(256) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2017-08-18 23:05 林育松 阅读(661) 评论(0) 推荐(0)
摘要: var html = document.getElementsByTagName("html")[0]; var rootResize = function() { var winClient = document.documentElement.clientWidth; var fontSize = winClient < 640 ? wi... 阅读全文
posted @ 2017-08-03 10:48 林育松 阅读(112) 评论(0) 推荐(0)
摘要: //根据屏幕设定html字体 // JavaScript Document (function (doc, win) { var docEl = doc.documentElement, resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', recalc = ... 阅读全文
posted @ 2017-08-03 10:47 林育松 阅读(143) 评论(0) 推荐(0)
摘要: input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 阅读全文
posted @ 2017-08-03 10:45 林育松 阅读(977) 评论(0) 推荐(0)
摘要: 0) exit(''); //判断是否手机 if(!isMobile()) exit(''); $cip=get_client_ip(); $filename = "http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=json&ip=".$cip; $json = json_decode(file_get_contents($fil... 阅读全文
posted @ 2017-08-03 10:43 林育松 阅读(348) 评论(0) 推荐(0)
摘要: 预约时间: 阅读全文
posted @ 2017-08-03 10:36 林育松 阅读(843) 评论(0) 推荐(0)
摘要: /* header 跳转:更改页面头部信息,地址跳转,尽量用绝对地址, js跳转:在php中输出js的跳转语句 */ //1,后台的php跳转 header('location:'.BASE_URL.'index.php?m=news&c=index&admin=1'); //更改网页头部信息,地址跳转,绝对地址:把路径写全 //header('loaation:index.php'); //... 阅读全文
posted @ 2017-07-31 22:23 林育松 阅读(425) 评论(0) 推荐(0)
摘要: <? if(!empty($_POST)){ $username = $_POST['username'];//获取参数 $password = $_POST['password']; echo $password; exit;//程序终止 //die;程序退出 } /* empty();判断一个值是否为空(未声明,null,0,false,array(... 阅读全文
posted @ 2017-07-31 22:21 林育松 阅读(139) 评论(0) 推荐(0)
摘要: = 阅读全文
posted @ 2017-07-29 22:59 林育松 阅读(214) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 19 下一页