⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frame.html

📁 php开发实例完全剖析
💻 HTML
字号:
    <html>
    <head><title>聊天室</title>
    </head>
    <frameset cols='200,*'>
       <frameset rows='450,*'>
          <frame src='login_face.php' name='l_top' noresize>
          <frame src='lbottom.html' name='l_bottom' scrolling='no' noresize>
       </frameset>
       <frameset rows='*,80'>
          <frame src='content.php' name='r_top' noresize>
          <frame src='message.html' name='r_bottom' scrolling='no' noresize>
       </frameset>
    </frameset>
    </html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -