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 + -
显示快捷键?