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.
我想在 webview 中获取标题状态代码。例如,如果状态码是 200,请执行或状态码是 404,请执行其他操作。但我没有得到标题状态码。webview允许吗?如果允许,如何?
我在这里发布了一个答案,它使用一个简单的 HTTP 请求来检查状态。如果状态 = 200 好!将远程 URL 加载到 webview,否则从资产加载本地 HTML 页面。