我正在尝试执行以下操作:
var newWindow = window.open();
newWindow.document instanceof HTMLDocument //evaluates to false//
为什么这个评估为假,我怎样才能让它评估为真?
我正在尝试执行以下操作:
var newWindow = window.open();
newWindow.document instanceof HTMLDocument //evaluates to false//
为什么这个评估为假,我怎样才能让它评估为真?