1

在 .NET 上,我在一个页面内下载了整个网站页面:

m_oClient.DownloadString(link);

当然,页面已经有<html></html>,所以现在我有<html></html>两次使标记无效。

我不能使用 iframe(由于 X-Frame-Options 政策),那么还有其他方法吗?

4

0 回答 0