随笔分类 - 一小段代码
摘要://自动写入时间格式 protected $autoWriteTimestamp = 'datetime'; //自动完成 protected $auto = []; protected $insert = []; protected $update = ['update_time']; 适合有些字
阅读全文
摘要:登陆页面加入以下代码 $(document).ready(function () { if (window != top) { top.location.href = location.href; } });
阅读全文
摘要:var range = document.createRange(); range.selectNode(document.querySelector('#元素id')); var selection = window.getSelection(); if (selection.rangeCount
阅读全文
摘要:var btnSendCode = document.getElementById('btnSendCode') function getcode() { let username = $("input[name=username]").val(); var loading = layer.load
阅读全文
摘要:加个 autocomplete="off" 就好了
阅读全文
摘要://按经纬度查询附近机场 // $point = $address['content']['point']; // $Lnt = $point['x']; // $Lat = $point['y']; // $distance = 30;//范围(单位千米) // define('EARTH_RAD
阅读全文