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

📄 index.html

📁 这是我写的一个仿照linux下编辑器vim写的一个简单的全屏文本编辑器
💻 HTML
字号:
<html><head><meta http-equiv="Content-Type" content="text/html;charset=gb_2312-80">
<title>zpeditor 解说文档</title>
<link href="zpeditor.css" rel="stylesheet" type="text/css">
</head><body>
<div class="qindex"><a class="qindex" href="index.html"> 首页 </a> | <a class="qindex" href="firstChapter.html">
第一章&nbsp;概况及问题分析</a> | <a class="qindex" href="secondChapter.html">第二章&nbsp;数据结构</a> | 
<a class="qindex" href="thirdChapter.html">第三章&nbsp;程序模块及功能</a> | <a class="qindex" href="forthChapter.html">
第四章&nbsp;运行结果与分析</a> | <a class="qindex" href="summarization.html"> 总结与展望 </a> 
</div>
<h1>首页索引</h1>
<ul><li>
<a class="el" href="firstChapter.html"><h3>1 第一章&nbsp;概况及问题分析</h3></a>
<ul><li>
<a class="el" href="firstChapter.html"><h4>1.1 编辑器 </h4></a>
<li>
<a class="el" href="firstChapter.html"><h4>1.2 问题分析</h4></a>
</ul>
<li>
<a class="el" href="secondChapter.html"><h3>2 第二章&nbsp;数据结构</h3></a>
<ul><li>
<a class="el" href="secondChapter.html"><h4>2.1 选用的数据结构</h4></a>
<li>
<a class="el" href="secondChapter.html"><h4>2.2 选用此数据结构的理由</h4></a>
</ul>
<li>
<a class="el" href="thirdChapter.html"><h3>3 第三章&nbsp;程序模块及功能</h3></a>
<ul><li>
<a class="el" href="thirdChapter.html"><h4>3.1 程序模块</h4></a>
<li>
<a class="el" href="thirdChapter.html"><h4>3.2 功能及相应操作方式</h4></a>
<li>
<a class="el" href="thirdChapter.html"><h4>3.3 窗口功能介绍</h4></a>
</ul>
<li>
<a class="el" href="forthChapter.html"><h3>4 第四章&nbsp;运行结果与分析</h3></a>
<li>
<a class="el" href="summarization.html"><h3>5 总结与展望</h3></a>
</ul>
</body>
</html>

⌨️ 快捷键说明

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