首页 > 其他分享 >frameset-隐藏url的好方法

frameset-隐藏url的好方法

时间:2022-11-19 09:44:50浏览次数:50  
标签:url frameset Document 方法 隐藏

<!DOCTYPE html>
<html lang="en" backgound="">
  <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" />
    <title>Document</title>
  </head>
  <frameset rows="0,*" border="0">
    <frame name="top" noresize="noresize" scrolling="no" id="topFrame"></frame>
    <frame name="content" src="sidebar-topbar.html" noresize="noresize" scrolling="auto" id="contentFrame"></frame>
  </frameset>
</html>

 

标签:url,frameset,Document,方法,隐藏
From: https://www.cnblogs.com/caroline2016/p/16905475.html

相关文章