# 2.5.4 框架类型

框架是指包含一个或更多窗口的屏幕显示区域；我们也使用属于 "frame" 来描述指代一些lisp对象，而这些对象被Emacs用来指代屏幕区域。

框架没有读取语法。它们的打印显示采用哈希记号，其中包含框架的名称，以及内存地址（用来区分不同的框架）。

```
(selected-frame)
    => #<frame emacs@psilocin.gnu.org 0xdac80>
```

查阅 框架章节，以获得更多处理框架的函数信息。


---

# 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://emacs-lisp.ivory.cafe/lisp-shu-ju-lei-xing/2.5-bian-ji-lei-xing/2.5.4-kuang-jia-lei-xing.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.
