首页 > 其他分享 > iframe 框架技术

iframe 框架技术

时间:2022-11-02 16:35:39浏览次数:67  
标签:框架 Please 技术 link iframe 转发 follow

隐性转发

<!doctype html>
<html lang="zh_CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2">
<title></title>
</head>
<frameset rows="100%">
<frame src="">
</frameset>
<noframes>
<body>Please follow <a href="">link</a>!</body>
</noframes>
</html>

 

标签:框架,Please,技术,link,iframe,转发,follow
From: https://www.cnblogs.com/xkboi/p/16851459.html

相关文章