PlatformState
当前平台状态的表示形式。
Representation of the current platform state.
class PlatformState {
renderToString(): string
getDocument(): any
}
方法
将平台的当前状态渲染为字符串。 Renders the current state of the platform to string. |
参数没有参数。 返回值
|
返回当前的 DOM 状态。 Returns the current DOM state. |
参数没有参数。 返回值
|