> For the complete documentation index, see [llms.txt](https://shenjunhong.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shenjunhong.gitbook.io/blog/du-hou-gan.md).

# 读后感

- [JavaScript二十年](https://shenjunhong.gitbook.io/blog/du-hou-gan/javascript-er-shi-nian.md)
- [1368个单词就够了](https://shenjunhong.gitbook.io/blog/du-hou-gan/1368-ge-dan-ci-jiu-gou-le.md)
- [js编程精解](https://shenjunhong.gitbook.io/blog/du-hou-gan/js-bian-cheng-jing-jie.md)
- [labuladong 的算法小抄](https://shenjunhong.gitbook.io/blog/du-hou-gan/labuladong-de-suan-fa-xiao-chao.md)
- [lodash常用方法](https://shenjunhong.gitbook.io/blog/du-hou-gan/svg-jing-sui.md)
- [vue的设计与实现](https://shenjunhong.gitbook.io/blog/du-hou-gan/vue.js-she-ji-yu-shi-xian.md)
- [所有的静态资源都是get请求](https://shenjunhong.gitbook.io/blog/du-hou-gan/liao-bu-qi-de-node.md)
- [人生](https://shenjunhong.gitbook.io/blog/du-hou-gan/ren-sheng.md)
- [人生护城河](https://shenjunhong.gitbook.io/blog/du-hou-gan/ren-sheng-hu-cheng-he.md)
- [你不知道的JavaScript](https://shenjunhong.gitbook.io/blog/du-hou-gan/ni-bu-zhi-dao-de-javascript.md)
- [前端核心知识进阶](https://shenjunhong.gitbook.io/blog/du-hou-gan/qian-duan-he-xin-zhi-shi-jin-jie.md)
- [华为工作法](https://shenjunhong.gitbook.io/blog/du-hou-gan/hua-wei-gong-zuo-fa.md)
- [反脆弱](https://shenjunhong.gitbook.io/blog/du-hou-gan/fan-cui-ruo.md)
- [好好学习](https://shenjunhong.gitbook.io/blog/du-hou-gan/hao-hao-xue-xi.md)
- [左耳听风](https://shenjunhong.gitbook.io/blog/du-hou-gan/zuo-er-ting-feng.md)
- [摩托车维修之道](https://shenjunhong.gitbook.io/blog/du-hou-gan/mo-tuo-wei-xiu-zhi-dao.md)
- [数学之美](https://shenjunhong.gitbook.io/blog/du-hou-gan/shu-xue-zhi-mei.md)
- [深入理解svg](https://shenjunhong.gitbook.io/blog/du-hou-gan/shen-ru-li-jie-svg.md)
- [浏览器的ESM到底是啥](https://shenjunhong.gitbook.io/blog/du-hou-gan/shen-du-si-wei.md)
- [经济学原理](https://shenjunhong.gitbook.io/blog/du-hou-gan/jing-ji-xue-yuan-li.md)
- [编程珠玑](https://shenjunhong.gitbook.io/blog/du-hou-gan/bian-cheng-zhu-ji.md)
- [防御式 css 精讲](https://shenjunhong.gitbook.io/blog/du-hou-gan/fang-yu-shi-css-jing-jiang.md)
- [韭菜的自我修养](https://shenjunhong.gitbook.io/blog/du-hou-gan/jiu-cai-de-zi-wo-xiu-yang.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://shenjunhong.gitbook.io/blog/du-hou-gan.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.
