ReadyState

Document.ReadyState property

返回文档就绪状态。文档加载时的“加载”,完成解析但仍在加载子资源后的“交互”,加载后的“完成”。

public string ReadyState { get; }

也可以看看