文章
-
12-172024
link dns-prefetch DNS预解析
<linkrel="dns-prefetch"href="https://baidu.com">dns预获取,是尝试在请求资源之前,解析域名;作为... -
12-172024
外部浏览器H5打开微信
<ahref="weixin://"onclick="PIWI_SUBMIT.Weixin_Open()">打开微信</a> -
12-172024
vue 刷新后404问题
站点nginx伪静态配置如下二级目录配置location/h5{try_files$uri$uri//h5/index.html;}无目录配置location/{try_files$uri$uri//... -
12-172024
html,js实现手写签名效果
<!DOCTYPEhtml><html><head><metacharset="UTF-8"><metahttp-equiv="X-U... -
12-172024
js格式化处理GET参数
functionparseQueryString(){varstr=window.location.search;varobjURL={};str.replace(newRegExp("([^?=&]+)(=...