填写这份《一分钟调查》,帮我们(开发组)做得更好!去填写Home

PlatformState

当前平台状态的表示形式。

Representation of the current platform state.

      
      class PlatformState {
  renderToString(): string
  getDocument(): any
}
    

方法

将平台的当前状态渲染为字符串。

Renders the current state of the platform to string.

      
      renderToString(): string
    
参数

没有参数。

返回值

string

返回当前的 DOM 状态。

Returns the current DOM state.

      
      getDocument(): any
    
参数

没有参数。

返回值

any