# 网络活动详解

在QX的重写部分中，提到QX会对网络活动进行接管、处理、转发、截获操作，这些操作过程都会留下记录，也就是网络活动。

下面的图片中对网络活动页面的图标含义进行了注解。

当在使用某个App时候，如果发现异常情况，都可以切换到QX的网络活动页面来查看，也可以点击对应的条目进去查看详细的记录情况，以便于找出异常发生的原因。

<figure><img src="/files/pquu8p2BsGehY5XNywjl" alt=""><figcaption><p>网络活动页</p></figcaption></figure>

点击上图中的2075次重用到2131次链接，可查看对应的详细情况：

<figure><img src="/files/lFmQnu4jMsqBSguNHgMs" alt=""><figcaption><p>链接的详情</p></figcaption></figure>

点击对应的图按钮，均可进入对应的页面查看，这里查看一下原始请求和GET

<figure><img src="/files/AN6sXdLNfo8SyVemwDVR" alt=""><figcaption><p>请求详情</p></figcaption></figure>

DNS阻止的域名详情页面：

<figure><img src="/files/4UQnevkDpjkgzmZfSdEq" alt=""><figcaption></figcaption></figure>

如果有时候发现某些网站不能访问，可以来这个页面查看一下是不是被什么规则给拒绝（REJECT）了，然后根据需求进行调整自己分流规则。

脚本运行记录的页面一些相关信息：

<figure><img src="/files/ITrepbk2UXocmyR8eLAs" alt=""><figcaption></figcaption></figure>

网络活动相关的一些信息暂时介绍如上部分，在使用QX的一些功能过程中，如果出现了问题，进行排查时候，可以到网络活动页面，进行观察，如果自己查不出原因，可以将自己的相关配置文件分流脚本及网络活动相关情况，截图后去群里请教，如果只是简单的一句不能用了，用不了，这种反馈可以说是完全无效的。


---

# 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://qx.atlucky.me/shi-yong-fang-fa/wang-luo-huo-dong-xiang-jie.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.
