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