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.
实际上,我强迫我的 Android 版本的 phonegap 应用程序仅处于纵向模式,但我被要求一个屏幕处于横向模式。我在这里受到打击。任何帮助将不胜感激
您可以使用 CSS3 将 BODY 旋转到 90 度。喜欢:
body {transform:rotate(90deg);}