frameset-隐藏url的好方法

<!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>

 

posted @ 2022-11-19 09:35  carol2014  阅读(103)  评论(0编辑  收藏  举报