我用
window.open(..)
结果是在firefox的一个tab里面打开的,不是新的页面
给设置上width和height就行:
width
height
window.open(..,'width=200;height=400');
标签
查看
359 次