> For the complete documentation index, see [llms.txt](https://sherwinshen.gitbook.io/qian-duan-xue-xi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sherwinshen.gitbook.io/qian-duan-xue-xi/readme.md).

# Welcome

## 目录结构

📖 前端基础 - 包含HTML/CSS/JS等基础内容

🏗 前端框架 - 包含Vue/React等前端框架

📦 服务器/网络/后端 - 包含计算机网络/后端/数据库等内容

🛠 开发工具 - 包含前端开发过程中的开发工具

🤔 专题内容 - 包含综合性专题内容

🧑‍💻 面试相关 - 包含面试知识点/问题/资源等内容

🍭 其他 - 包含项目经验/踩坑指南/学习资源/网站收藏夹等内容

{% hint style="info" %}
若内容无标注【原创】，则相关内容均总结自网络，非原创内容均标注了参考链接，若有遗漏或侵权请及时联系。
{% endhint %}

## 学习路线

![](/files/-M_Zjp-S2Gzit6JWVeaN)

## 联系方式

|                               Gmail                               |                               Github                              |                                      掘金                                     |                                  CSDN                                 |
| :---------------------------------------------------------------: | :---------------------------------------------------------------: | :-------------------------------------------------------------------------: | :-------------------------------------------------------------------: |
| [![](/files/-M_ZkIp8wvK4tdUxLTCp)](mailto:EnvisionShen@gmail.com) | [![](/files/-M_ZkbaGrc_VIMrwNjl-)](https://github.com/MrEnvision) | [![](/files/-M_Zkr1nxWmPhtCfDlko)](https://juejin.cn/user/1521379822015645) | [![](/files/-M_ZkyehFicQtNCwoZke)](https://blog.csdn.net/qq_26549759) |


---

# 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:

```
GET https://sherwinshen.gitbook.io/qian-duan-xue-xi/readme.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.
