摘要:
502 Bad Gateway:作为网关或者代理工作的服务器尝试执行请求时,从上游服务器接收到无效的响应。 504 Gateway Time-out:作为网关或者代理工作的服务器尝试执行请求时,未能及时从上游服务器(URI标识出的服务器,例如HTTP、FTP、LDAP)或者辅助服务器(例如DNS)收 阅读全文
posted @ 2021-05-10 09:43
干饭仙人
阅读(130)
评论(0)
推荐(0)
摘要:
简介:js-sdk 用于调起微信api,例如微信扫一扫,微信分享等。 阅读全文
posted @ 2021-05-10 09:32
干饭仙人
阅读(408)
评论(0)
推荐(0)
摘要:
//点击事件防抖函数Click(func,delay = 500) { let timer = null; return function (...args) { if(timer) clearTimeout(timer) timer = setTimeout(() => { func.apply( 阅读全文
posted @ 2021-05-10 09:24
干饭仙人
阅读(67)
评论(0)
推荐(0)

浙公网安备 33010602011771号