上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: input输入框输入小写字母自动转换成大写字母有两种方法 1.用js onkeyup事件,即时把字母转换为大写字母: html里input加上 js写函数 这种方法虽然可以,但是输入汉字的时候会受到干扰,还有一种更好的方法 加css 转换不同元素中的文本: h1 {text-transform:up 阅读全文
posted @ 2018-05-05 16:09 小鬼PSer 阅读(656) 评论(0) 推荐(0)
摘要: 1 5545 阅读全文
posted @ 2018-05-04 18:17 小鬼PSer 阅读(184) 评论(0) 推荐(0)
摘要: https://files.cnblogs.com/files/php-qiuwei/sweetalert.min.js https://files.cnblogs.com/files/php-qiuwei/sweetalert.css 阅读全文
posted @ 2018-04-17 10:23 小鬼PSer 阅读(199) 评论(0) 推荐(0)
摘要: js+html5实现复制文字按钮 阅读全文
posted @ 2018-04-16 16:03 小鬼PSer 阅读(1076) 评论(0) 推荐(0)
摘要: <a href="<a href="javascript :history.back(-1)">返回上一页</a>或<a href="javascript :;" onClick="javascript :history.back(-1);">返回上一页</a> 如果是用按钮做的话就是:<input 阅读全文
posted @ 2018-04-16 10:33 小鬼PSer 阅读(240) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2018-04-10 15:12 小鬼PSer 阅读(300) 评论(0) 推荐(0)
摘要: date('Y-m-d H:i:s',$row1['time']) 大写H为24小时制 小写h为12小时制 阅读全文
posted @ 2018-04-10 09:24 小鬼PSer 阅读(249) 评论(0) 推荐(0)
摘要: mysql记录总条数 阅读全文
posted @ 2018-04-09 15:51 小鬼PSer 阅读(240) 评论(0) 推荐(0)
摘要: PHP二维码生成类库QRcode phpqrcode.php 调用产生图片 by 小鬼PSer 阅读全文
posted @ 2018-04-03 17:11 小鬼PSer 阅读(318) 评论(0) 推荐(0)
摘要: header("Location: http://bbs. lampbrother.net"); header("refresh:0;url=./login.php"); 阅读全文
posted @ 2018-04-03 15:33 小鬼PSer 阅读(136) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页