# A2 参考资源

## A2.1 Node.js 书籍

* [深入浅出Node.js](https://item.jd.com/11355978.html), 2013-12-01, 朴灵
* [Node与Express开发](https://item.jd.com/11644104.html), 2015-01-01, \[美] Ethan Brown, 吴海星，苏文 译
* [Node.js 硬实战](https://item.jd.com/12083430.html) ，2017-01-01，\[美] Alex R.Young（亚历克斯・荣），Marc Harter（马克・哈特） 著，承竹 等 译
* [ES 6 标准入门（第2版）](https://item.jd.com/11849235.html),2015-12-01,阮一峰

## A2.2 Node.js 教学网站

* [Node School](https://nodeschool.io/)


---

# Agent Instructions: 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://nodebook.whyun.com/a2_bibliography.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.
