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.
在 .NET 上,我在一个页面内下载了整个网站页面:
m_oClient.DownloadString(link);
当然,页面已经有<html></html>,所以现在我有<html></html>两次使标记无效。
<html></html>
我不能使用 iframe(由于 X-Frame-Options 政策),那么还有其他方法吗?