准备几个文件
- test.hhp(配置文件)
- test.hhc(目录文件)
- test.html(点击节点右侧显示的内容)
- hhc.exe去这里下载,链接在文章最后
test.hhp
[OPTIONS] Compiled file=test.chm Contents file=test.hhc Index file=test.hhc Title=chm中文title标题 Language=0x804 中文(中国)
test.hhc
<HTML><BODY> <UL> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="title 1"> <param name="Local" value="test.html"> </OBJECT> <LI> <OBJECT type="text/sitemap"> <param name="Name" value="title 2"> <param name="Local" value="test.html"> </OBJECT> </UL> </BODY></HTML>
test.html
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <body> <h1>杰伦:哎哟!报错哟!</h1> <p>我一路向北,离开有你的季节,你说你好累,已无法再爱上谁。风在山路吹,过往的画面全都是不对,细数惭愧,我伤你几回。</p> </body> </html>
将以上四个文件放在一个文件夹下,当前文件夹cmd命令运行
hhc.exe test.hhp
回车
即可生成test.chm文件