标签: html iframe
我正在尝试建立一个网站,它就像我的硬盘一样
C:\ Users \ name \ Desktop \ folder \ website.html
,看来它只会加载包含其他本地网站(例如, 它或HTTP网站,但任何HTTPS网站都无法加载...
有效示例:<iframe src="http://www.bbc.com"></iframe>
<iframe src="http://www.bbc.com"></iframe>
不包含以下内容的示例:<iframe src="https://edition.cnn.com/"></iframe>
<iframe src="https://edition.cnn.com/"></iframe>