<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>iframe内联框架</title>
</head>
<body>
<iframe
src="//player.bilibili.com/player.html?aid=55631961&bvid=BV1x4411V75C&cid=97257967&p=11"
scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true">
</iframe>
<iframe src="" frameborder="0" name="hello" ></iframe>
<a href="https://i.cnblogs.com/posts/edit" target="hello"> 点击跳转 </a>
<!--<iframe src="https://www.baidu.com" frameborder="0"></iframe>-->
</body>
</html>
标签:11,框架,--,iframe,跳转,内联
From: https://www.cnblogs.com/zhanjianhai/p/17708088.html