# View.js

## View.js

- [简介](https://doc.view-js.com/undefined.md)
- [视图](https://doc.view-js.com/main.-shi-tu.md)
- [视图命名空间](https://doc.view-js.com/main.-shi-tu-ming-ming-kong-jian.md)
- [视图容器](https://doc.view-js.com/main.-shi-tu-rong-qi.md)
- [默认视图](https://doc.view-js.com/main.-mo-ren-shi-tu.md)
- [活动视图](https://doc.view-js.com/main.-huo-dong-shi-tu.md)
- [视图标题](https://doc.view-js.com/main.-shi-tu-biao-ti.md)
- [视图直接访问](https://doc.view-js.com/main.-shi-tu-zhi-jie-fang-wen.md)
- [回退视图](https://doc.view-js.com/main.-shi-tu-hui-tui-xian-shi.md)
- [视图布局](https://doc.view-js.com/main.-shi-tu-bu-ju.md)
- [视图上下文](https://doc.view-js.com/main.-shi-tu-shang-xia-wen.md)
- [视图配置](https://doc.view-js.com/main.-shi-tu-pei-zhi.md)
- [日志输出](https://doc.view-js.com/main.-ri-zhi-shu-chu.md)
- [视图跳转（一）](https://doc.view-js.com/main.-shi-tu-tiao-zhuan-1.md)
- [视图跳转（二）](https://doc.view-js.com/main.-shi-tu-tiao-zhuan-2.md)
- [视图名称](https://doc.view-js.com/shi-tu-ming-cheng.md)
- [识别浏览器的前进与后退](https://doc.view-js.com/main.-shi-bie-liu-lan-qi-de-qian-jin-yu-hou-tui.md)
- [视图跳转动画](https://doc.view-js.com/main.-shi-tu-qie-huan-dong-hua.md)
- [伪视图](https://doc.view-js.com/main.-wei-shi-tu.md)
- [视图参数](https://doc.view-js.com/main.-shi-tu-can-shu.md): View.js 支持 视图参数 和 视图选项 两种数据传递媒介。本文将介绍第一种传递媒介：视图参数。
- [视图选项](https://doc.view-js.com/main.-shi-tu-xuan-xiang.md)
- [事件驱动（一）](https://doc.view-js.com/main.-shi-jian-qu-dong-1.md)
- [事件驱动（二）](https://doc.view-js.com/main.-shi-jian-qu-dong-2.md)
- [事件驱动（三）](https://doc.view-js.com/main.-shi-jian-qu-dong-3.md)
- [初始化](https://doc.view-js.com/main.-chu-shi-hua.md)
- [使用View.js的注意事项](https://doc.view-js.com/main.-shi-yong-viewjs-de-zhu-yi-shi-xiang.md)
- [问题反馈及寻求帮助](https://doc.view-js.com/wen-ti-fan-kui-ji-xun-qiu-bang-zhu.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://doc.view-js.com/undefined.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.
