# elinks

纯文本界面的WWW浏览器

## 补充说明

**elinks命令** 能实现一个纯文本界面的WWW浏览器，操作方式与“lynx”类似。

### 语法

```
elinks(选项)(参数)
```

### 选项

```
-anonymous：是否使用匿名帐号方式；
-auto-submit：对于偶然遇到的第一个表单是否自动提交；
-config-dir：指定elinks指令运行时读取和写入自身的配置和运行状态的存放目录；
-dump：将HTML文档以纯文本的方式打印到标准输出设备；
-version：显示指令的版本信息；
-h：显示帮助信息。
```

### 参数

URL：指定要访问的URL地址。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hezhiqiang.gitbook.io/linux/ming-ling/elinks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
