uTools-Manuals/docs/linux/elinks.html
2019-04-21 11:50:48 +08:00

17 lines
934 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1 id="elinks">elinks</h1>
<p>纯文本界面的WWW浏览器</p>
<h2 id="补充说明">补充说明</h2>
<p><strong>elinks命令</strong> 能实现一个纯文本界面的WWW浏览器操作方式与“lynx”类似。</p>
<h3 id="语法">语法</h3>
<pre><code class="language-bash">elinks(选项)(参数)</code></pre>
<h3 id="选项">选项</h3>
<pre><code class="language-bash">-anonymous是否使用匿名帐号方式
-auto-submit对于偶然遇到的第一个表单是否自动提交
-config-dir指定elinks指令运行时读取和写入自身的配置和运行状态的存放目录
-dump将HTML文档以纯文本的方式打印到标准输出设备
-version显示指令的版本信息
-h显示帮助信息。</code></pre>
<h3 id="参数">参数</h3>
<p>URL指定要访问的URL地址。</p>
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->