> For the complete documentation index, see [llms.txt](https://docs.ipcheck.ing/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ipcheck.ing/knowledge-base/zh/getting-started/reading-your-ip-cards.md).

# 读取你的 IP 卡片

该 **IP 信息** 这个部分是 MyIP 首先向你展示的内容。你看到的不是一个单一数字，而是一组卡片。本页解释原因，以及卡片上每一行的含义。

## 为什么会有多张卡片？

每张卡片对应的是不同的 **MyIP 请求的服务器** 用来获取你的地址。卡片按编号排列，每张卡片顶部都会显示来源名称：

* **IPCheck.ing IPv4** 和 **IPCheck.ing IPv6** —— MyIP 自有的服务器，一个仅可通过 IPv4 访问，一个仅可通过 IPv6 访问。
* **Cloudflare IPv4** 和 **Cloudflare IPv6** —— 向 Cloudflare 网络提出的同样请求。
* **中国源** —— 位于中国大陆境内的服务器；如果你的流量按地区分流，这很有用。
* **IPCheck.ing IPv6/4** —— 一个双栈服务器，会根据你的设备所选择的协议进行响应。

向多个服务器询问正是关键所在。如果代理或 VPN 只覆盖了你的一部分流量，那么这些卡片就不会都显示相同的地址——而这种差异就是线索。

默认情况下你会看到两张卡片。打开 **首选项** （右上角的齿轮图标），然后更改 **要检查 IP 的服务器数** 为 2、4 或 6。

## IPv4 和 IPv6 卡片

IPv4 和 IPv6 是两套独立的地址体系，而如今大多数连接都可以使用其中任意一种。标有 **IPv4** 的卡片只能报告 IPv4 地址，而 **IPv6** 卡片只能报告 IPv6 地址。

如果你的网络没有 IPv6，IPv6 卡片会显示“无地址”消息。这是正常现象，不是错误。在仅 IPv6 网络上则会出现相反情况。

刚接触这个？阅读 [IPv4 与 IPv6](/knowledge-base/zh/concepts/ipv4-vs-ipv6.md).

## 各字段含义

在大号地址下方，每张卡片都会显示：

| 字段      | 含义                                       |
| ------- | ---------------------------------------- |
| **地区**  | 国家，并配有国旗图标。                              |
| **州/省** | 该国境内的州或省。                                |
| **城市**  | 数据库认为该地址所在的城市。                           |
| **ISP** | 运营该网络的公司——你的互联网服务提供商、移动运营商或主机托管公司。       |
| **ASN** | 该网络的 ID 号，例如 `AS15169`。打开它可查看更多关于该网络的信息。 |
| **坐标**  | 大致的纬度和经度，并附带一张小地图。                       |

一个 **ASN** （自治系统编号）用于标识某个运营商所拥有的互联网部分。它通常是卡片上最可靠的字段，因为它来自路由记录而不是估算。参见 [什么是 ASN？](/knowledge-base/zh/concepts/what-is-an-asn.md) 和 [ASN 信息与上游拓扑](/knowledge-base/zh/lookup-privacy/asn-info.md).

当 **IPCheck.ing** 作为地理位置来源被选中，且你已登录官方网站时，卡片还可以显示 **类型** （住宅、企业、托管或无线）， **代理** （该地址是否被标记为代理或 VPN）， **ASN-地理位置匹配**，以及一个 **IP 质量** 评分。

## 为什么卡片会不一致？

不一致可能由两种不同原因造成，区分它们会很有帮助。

**不同的地址。** 卡片确实得到了不同的结果。这通常意味着你的流量走了不止一条路径——带规则的代理、分流 VPN，或者 IPv6 绕过了只处理 IPv4 的代理。参见 [我是否泄露了真实 IP？](/knowledge-base/zh/diagnose/am-i-leaking-my-real-ip.md).

**相同地址，不同的位置文本。** 所有卡片都显示相同的 IP，但城市或 ISP 不同。这是数据库差异，不是网络问题——请看下一节。

## 位置信息从哪里来

MyIP 将两个问题分开：

1. **我的地址是什么？** 由上面列出的服务器回答，每张卡片对应一个。
2. **该地址位于哪里？** 由 IP 地理位置数据库回答。

你在以下位置选择数据库： **首选项 → IP 地理位置数据库**。可选项包括 IPCheck.ing、IPinfo.io、IP-API.com、IPAPI.is、IP2Location.io、IP.sb 和 MaxMind。如果你选择的来源不可用，MyIP 会按顺序回退到其他来源并显示通知——首选项中的选择不会改变。

这些都基于不同证据做出的估算，因此它们可能把同一地址定位到不同城市。如果你的位置信息看起来有误，这比你想象的更常见：阅读 [为什么我的 IP 位置不对？](/knowledge-base/zh/diagnose/why-is-my-ip-location-wrong.md) 和 [GeoIP：IP 地理位置如何工作](/knowledge-base/zh/concepts/geoip-explained.md).

## 卡片按钮

每张卡片的标题栏都有几个控件：

* **刷新 IP 卡片** —— 仅重新检查这个来源。或者按它的编号， <kbd>1</kbd> 即可 <kbd>6</kbd>.
* **另存为图片** —— 将卡片下载为图片。
* **复制 IP 地址** —— 复制旁边的地址。

## 分享前隐藏你的 IP

在你为论坛或客服聊天截取卡片截图之前，按 <kbd>h</kbd> —— 或点击 **隐藏 IP 信息** 在所有测试加载完成后出现的按钮。

{% hint style="success" %}
打码会模糊屏幕上的地址，因此截图不会泄露它们。你的结果不会有任何变化，按下 <kbd>h</kbd> 再次即可恢复显示。
{% endhint %}

如果你更愿意分享数据而不是图片，那么 [诊断报告](/knowledge-base/zh/getting-started/sharing-a-diagnostic-report.md) 还有一个单独选项，可在任何内容离开你的设备之前隐藏每个 IP 地址的尾部。

## 相关页面

* [IP 信息](/knowledge-base/zh/connection-tools/ip-information.md) —— 完整工具指南，包括查询任意地址。
* [为什么网站看到的 IP 不同？](/knowledge-base/zh/diagnose/why-do-sites-see-a-different-ip.md)
* [公网、私网与 CGNAT 地址](/knowledge-base/zh/concepts/public-private-cgnat.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ipcheck.ing/knowledge-base/zh/getting-started/reading-your-ip-cards.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
