Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将 html 页面上的 adobe air sdk 窗口调整为某个像素的高度和宽度。不在应用描述符中寻找初始窗口。我不太擅长编码,所以有人可以给我代码吗?我认为这将是一个javascript函数。提前致谢。
没有意识到我可以只使用普通的javascript来做到这一点:
<body onload='window.resizeTo(width,height)'>