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

📄 html.sum

📁 harvest是一个下载html网页得机器人
💻 SUM
字号:
#!/bin/sh##  HTML.sum - Uses either the lax or the SGML summarizer to summarize HTML##  Choose one of the following summarizers.##  To use SGML summarizer, uncomment this.## exec SGML.sum HTML $*##  To use the less-strict HTML summarizer, uncomment the line below.#exec HTML-lax.sum --body-text $*##  To use the Perl HTML summarizer uncomment the following line.#  You have to have Perl 5 and the HTMLParse module.## exec HTML-sum.pl $*

⌨️ 快捷键说明

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