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.
我希望我的警报弹出并告诉我我的屏幕分辨率是多少。
alert("Your Screen Resolution is ...")
alert( 'Your screen resolution is ' + screen.width + 'x' + screen.height );