摘要:
简介 php获取时间是件很容易的事情,下面小编就过来简单的分享一下个人所学php的一些经验吧; 操作方法 1、获取当前时间方法date() 很简单,这就是获取时间的方法,格式为:date($format, $timestamp),format为格式、timestamp为时间戳--可填参数。2、获取时 阅读全文
摘要:
Js验证表单大全1. 长度限制<script>function test() {if(document.a.b.value.length>50){alert("不能超过50个字符!");document.a.b.focus();return false;}}</script><form name=a 阅读全文
摘要:
参考网址: http://blog.csdn.net/tototuzuoquan/article/details/18400789 http://camnpr.com/html-css/2087.html http://www.15yan.com/story/1H1vIDRzhWc/ http:// 阅读全文
摘要:
参考自: https://msdn.microsoft.com/zh-cn/library/ae5bf541(v=vs.90).aspx http://bbs.csdn.net/topics/340198344 http://www.cnblogs.com/dengdalin/archive/201 阅读全文
摘要:
$(".get_yanzheng").click(function(){ $(this).hide(); $(this).next(".get_repeat").show(); var ma=$(this); function run(){ var s=ma.next().find('span'). 阅读全文