如何从远程网站(远程 PHP 脚本的输出)提取 HTML 内容,以通过 .html 文件显示,而无需运行 Web 服务器并使用纯 JS(如果 vanillaJS 太复杂,则使用 Ajax)。
无法将https://quarantine.country/coronavirus/cases/usa/输出包含到 covid 应用程序(无 apache,仅 html)且 jQuery 太大(!)?
我们需要这个输出:
<html><head></head><body>In the US we have 79082 reported cases with 76075 still active. 1864 recovered and 1143 casualties. The death ratio in the US is 0.01 at the moment, 0.02 is recovering. Last update at 2020/03/26. In the same time, we have 520755 total cases worldwide, with 23581 deaths and 122690 recovered, a 0.05/0.24 ratio.</body></html>
*使用 JS 加载并包含远程脚本 (index.php) 的 html 输出应该可以解决问题。一个简单的解决方案会有很大帮助。谢谢你!
holdtom
相关分类