links.htm

来自「< 嵌入式系统编程>>源代码解析光盘,包括这本书各章节的示例代」· HTM 代码 · 共 15 行

HTM
15
字号
<html>
<head>
<title>Cracking the Code</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="156,*" frameborder="NO" border="0" framespacing="0" cols="*">
  <frame name="topFrame" scrolling="NO" noresize src="Links/Title.htm" >
  <frame name="mainFrame" src="Links/urls.htm">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

⌨️ 快捷键说明

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