html.sum
来自「harvest是一个下载html网页得机器人」· SUM 代码 · 共 19 行
SUM
19 行
#!/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 + =
减小字号Ctrl + -
显示快捷键?