我想在wordpress页面添加一个外部html页面。喜欢" http://mysite.com.au/wp-content/bootstrap-3.3.6/bootstrap-3.3.6/docs/examples/grid/index.html"这是我要在" http://mysite.com.au/calculator"上展示的页面。这一页。我不想重定向它。 是否有任何插件或解决方案?
答案 0 :(得分:0)
最快的方法是使用iframe。
<iframe src="http://example.com/" frameborder="no" width="" height="" ></iframe>