会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
撒哈拉的雪
Talk is cheap, Show me the code!!
博客园
首页
新随笔
联系
订阅
管理
2019年11月7日
js 检测链接是否有效(包含跨域)
摘要: const checkUrl = function (url) { const promise = new Promise(function (resolve, reject) { if (!url) reject('无效路径'); $.ajax({ url: url, type: 'GET', dataType: "jsonp",...
阅读全文
posted @ 2019-11-07 16:16 快乐的咸鱼
阅读(2131)
评论(0)
推荐(0)
公告