Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 X Code 中有一个二维码阅读器,当它检测到网页时,它应该打开一个网页视图。它就像一个魅力,虽然它无法检测到音频文件。我有一个链接,它在浏览器中加载音频,并在我的应用程序中重定向到错误。这是网址。
在浏览器中.html变成 mp3 并且音频自动播放。
.html
如何检测它是音频还是网站?
您所能做的就是点击 URL 并查看Content-Type返回的标头。
Content-Type
您可以在受支持的情况下使用HEAD请求,并在需要时回退GET,并在获得适当的标头后简单地断开连接。
HEAD
GET