800index.html
来自「电子派单系统」· HTML 代码 · 共 15 行
HTML
15 行
<html>
<head>
<title>800投诉页面框架</title>
</head>
<frameset rows=100,*>
<frame src="top.html" name="ptop" marginwidth="0" marginheight="0" scrolling="no" frameborder="NO" border="0" framespacing="0" noresize>
<frameset cols=150,*>
<frame src="left.php" name="left" marginwidth="0" marginheight="0" scrolling="no" frameborder="NO" border="0" framespacing="0" noresize>
<frameset rows=*,100>
<frame src="main.html" name="main" marginwidth="0" marginheight="0" scrolling="auto" frameborder="NO" border="0" framespacing="0" noresize>
<frame src="warm.php" name="warm" marginwidth="0" marginheight="0" scrolling="no" frameborder="1" border="0" framespacing="0" noresize>
</frameset>
</frameset>
</frameset>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?