# Page Not Found

The URL `docs/articles/js/esm-mo-kuai-dao-chu-fang-shi-dui-bi` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [JS-ESM模块导出方式对比](https://ougege.gitbook.io/blog/docs/articles/qian-duan/jsesm-mo-kuai-dao-chu-fang-shi-dui-bi.md)
- [Node-CommonJS模块导出方式对比](https://ougege.gitbook.io/blog/docs/articles/qian-duan/nodecommonjs-mo-kuai-dao-chu-fang-shi-dui-bi.md)
- [随笔-海淘入坑手册](https://ougege.gitbook.io/blog/docs/articles/sui-bi/sui-bi-hai-tao-ru-keng-shou-ce.md)
- [JS-标准内置对象](https://ougege.gitbook.io/blog/docs/articles/qian-duan/js-biao-zhun-nei-zhi-dui-xiang.md)
- [科学上网-浏览器代理](https://ougege.gitbook.io/blog/docs/articles/wall/ke-xue-shang-wang-liu-lan-qi-dai-li.md)

## How to find the correct page

If the exact page cannot be found, you can still retrieve the information using the documentation query interface.

### Option 1 — Ask a question (recommended)

Perform an HTTP GET request on the documentation index with the `ask` parameter:

```
GET https://ougege.gitbook.io/blog/docs/articles/qian-duan/jsesm-mo-kuai-dao-chu-fang-shi-dui-bi.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.

### Option 2 — Browse the documentation index

Full index: https://ougege.gitbook.io/blog/sitemap.md

Use this to discover valid page paths or navigate the documentation structure.

### Option 3 — Retrieve the full documentation corpus

Full export: https://ougege.gitbook.io/blog/llms-full.txt

Use this to access all content at once and perform your own parsing or retrieval. It will be more expensive.

## Tips for requesting documentation

Prefer `.md` URLs for structured content, append `.md` to URLs (e.g., `/blog/docs/articles/qian-duan/jsesm-mo-kuai-dao-chu-fang-shi-dui-bi.md`).

You may also use `Accept: text/markdown` header for content negotiation.
