# Page Not Found

The URL `part09.appendix-2/03-fu-lu-.-han-shu-xuan-xiang-mo-shi` does not exist. This page may have been moved, renamed, or deleted.

## Suggested Pages

You may be looking for one of the following:
- [附录3.函数选项模式](https://go.sai.show/part09.appendix/03-fu-lu-.-han-shu-xuan-xiang-mo-shi.md)
- [附录1.责任链模式](https://go.sai.show/part09.appendix/01-fu-lu-.-ze-ren-lian-mo-shi.md)
- [附录2.生成器模式](https://go.sai.show/part09.appendix/02-fu-lu-.-sheng-cheng-qi-mo-shi.md)
- [3.11 路由树-参数路径之参数值](https://go.sai.show/part03.-lu-you-shu/3.11-lu-you-shu-can-shu-lu-jing-zhi-can-shu-zhi.md)
- [3.02 路由树-全静态匹配](https://go.sai.show/part03.-lu-you-shu/3.02-lu-you-shu-quan-jing-tai-pi-pei.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://go.sai.show/part09.appendix/03-fu-lu-.-han-shu-xuan-xiang-mo-shi.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://go.sai.show/sitemap.md

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

### Option 3 — Retrieve the full documentation corpus

Full export: https://go.sai.show/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., `/part09.appendix/03-fu-lu-.-han-shu-xuan-xiang-mo-shi.md`).

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