HTML
HTML 框架
目标链接的属性必须使用iframe的属性,如下实例
源代码:
点击运行 »
< iframe src = "/html/html-tutorial.html" name = "iframe_a" > < /iframe> < p > < a href = "https://www.mifengjc.com" target = "iframe_a" > mifengjc.com < /a></p >
运行结果:
点击运行 »