JS窗口和父窗口操作 openframe=window.open("editor/"+id+"#","editor");获取窗口句柄在父窗口可以操作子窗口openframe.(属性,变量,方法)子窗口操作父窗口window.opener.(父窗口属性,变量,方法)