没错啊,你把代码都贴出来看看吧 :)<script>
 var height = 150;            // Height of popup
 var width = 350;             // Width of popup
 var str = "height=" + height + ",innerHeight=" + height + ",width=" + width + ",innerWidth=" + width;
 document.write(str);
</script>