defaultView     只读的
which is used to represent the currently rendered view of the document
返回的值通常是包含目前document的 window对象
 
ie9 开始支持该属性,之前的版本使用 parentWindow  属性
 
parentWindow    只读的
返回一个指向包含目前document的 window对象的引用
这是  ie  特有的属性
defaultView and  parentWindow
原文:http://www.cnblogs.com/chuangweili/p/5160994.html