admin3年前285
https://blog.csdn.net/weixin_50450473/article/details/119169118...
admin3年前350
laydate.render({ elem: '#dateinput',&n...
admin3年前558
nginx:if ( $host = "zhuoshenghuanbao.com" ) {rewrite ^/(.*)$ http://www.zhuoshenghuanbao.c...
admin3年前452
///设置cookie function setCookie(NameOfCookie, value, expiredays) { ...
admin3年前463
location / {if (!-e $request_filename){rewrite ^/(.*)$ /index.php?s=/$1 last;}}...
admin3年前424
vscode压缩js代码的方法:1、在拓展商店里搜索“minify”,安装,安装成功后点重新加载2、使用:F1运行文件缩小器Minify压缩js代码。...
admin3年前462
https://www.jq22.com/jquery-info6536...
admin3年前528
new Swiper('.swiper-container', { autoplay: true, //可选选项,自动滑动 initia...
admin3年前499
1、先通过后端获取几个参数:jsapi_ticket、noncestr、timestamp、url,获取这几个参数的目的就是为了签名获得signature。2、前端要引入官方的1.6版js文件jwei...