随笔分类 -  一小段代码

摘要://自动写入时间格式 protected $autoWriteTimestamp = 'datetime'; //自动完成 protected $auto = []; protected $insert = []; protected $update = ['update_time']; 适合有些字 阅读全文
posted @ 2023-01-16 18:10 潇宸1998 阅读(73) 评论(0) 推荐(0) 编辑
摘要:登陆页面加入以下代码 $(document).ready(function () { if (window != top) { top.location.href = location.href; } }); 阅读全文
posted @ 2023-01-09 13:48 潇宸1998 阅读(25) 评论(0) 推荐(0) 编辑
摘要:var range = document.createRange(); range.selectNode(document.querySelector('#元素id')); var selection = window.getSelection(); if (selection.rangeCount 阅读全文
posted @ 2022-11-29 17:34 潇宸1998 阅读(15) 评论(0) 推荐(0) 编辑
摘要:var btnSendCode = document.getElementById('btnSendCode') function getcode() { let username = $("input[name=username]").val(); var loading = layer.load 阅读全文
posted @ 2022-11-24 17:37 潇宸1998 阅读(166) 评论(0) 推荐(0) 编辑
摘要:加个 autocomplete="off" 就好了 阅读全文
posted @ 2022-06-22 10:05 潇宸1998 阅读(8) 评论(0) 推荐(0) 编辑
摘要://按经纬度查询附近机场 // $point = $address['content']['point']; // $Lnt = $point['x']; // $Lat = $point['y']; // $distance = 30;//范围(单位千米) // define('EARTH_RAD 阅读全文
posted @ 2022-03-10 16:41 潇宸1998 阅读(32) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示