# 单词查询

![](/files/-Mi5yHmLG38ju3LpxaJB)

欧路词典为您提供了多种多样、方便快捷的查询方式。

您可以**在线/离线**查询单词、查询单词在**第三方词库**中的释义，也可以在**使用其他软件时**快捷查词。查询单词后，您可以将单词**添加到生词本**、进行**跟读发音练习**，也能够自由地为该单词添加**笔记和标注**。以下是详细说明：

## 1. 如何自动纠正输入的单词？

在搜索框中输入单词后，点&#x51FB;**【拼写纠正】**&#x5373;可。 &#x20;

![](/files/-MhXD9kzpBGyoUo7-NjB)

## 2. 如何单独查询某本词典的单词？

查词栏界面右划侧栏中选&#x62E9;**【所有词典】**&#x6216;**【在线百科】**&#x6216;安装的扩充词库，即可显示相应的单词。

![](/files/-MhSYNrIPDAuMfMglHkY)

## 3. 如何清空历史记录？

* 查词界面右划侧栏选择【清空历史】。
* 任意词条左划即可删除。

![](/files/-MhSYQol3et2c3o5kHcz)

## 4. 如何拍照取词？

点击查词输入栏右边的相机图标即可。 有两种模式供您选择：您可以长按对焦取词，也可以使用拍照翻译。

![](/files/-MhSYlHhP3qBnG7hhSCc)

## 5. 如何语音查词?

查词输入框右边点击话筒小图标。

![](/files/-MhXDPm6BTb7of4H0pFg)

## 6. 如何在查词或浏览生词本分组时显示单词简单释义？

点&#x51FB;**【帐号】**-**【设置】**-**【在搜索列表中显示解释】**&#x529F;能打开即可。

![](/files/-MhS_LroO8Kj-F7iaUoq)

## 7. 如何进行模糊搜索？

目前您可通过输入通配符进行模糊搜索。星号表示n个字符，问号表示1个字符。

例如：查以ta开头的单词，需输入“ta\*”；查以t开头，以k结尾的单词，需输入“t\*k”；查某个确定的单词，例如take，忘记的字母用“？”代替，输入“t?ke”。

![](/files/-MhXDUGgONwxNRGt2_T_)

## 8. 如何在欧路词典中调用 x-callback-url 协议？

欧路词典 iOS 版本从 6.3.0版本开始支持 x-callback-url 协议，方便和其他软件共享查词功能。具体调用方法如下：

**URL地址**：eudic://x-callback-url/searchword

### 参数说明：

**word**: 需要查询的单词

**x-success**: 用户查词后在欧路词典内点击"返回”，需要跳转的URL

**sourceapp**：来源程序名称

### 举例:&#x20;

eudic://x-callback-url/searchword?word=task\&x-success=ting-en://nav-back\&sourceapp=ting-en

说明：调用该 URL 后，欧路词典会查询 task 这个单词，同时将“返回”键定义为返回到“每日英语听力”软件中。


---

# 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://docs.eudic.net/1/shi-yong-zhi-yin/dan-ci-cha-xun.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.
