【发布时间】:2023-03-31 03:58:01
【问题描述】:
我想仅使用 html 在另一个页面中显示页面的某个部分。 网址是:http://alojamientos.rumboalsur.es 部分是:
我尝试使用 IFrame 并尝试选择它所在的 div 类,但整个页面不断显示。 我正在尝试的代码是:
<iframe src="http://alojamientos.rumboalsur.es/#nav-drawer" width="1920" height="1080" align="center" ></iframe>
我是否使用了错误的 div 类?有没有其他使用html的方法?
【问题讨论】: