求助,重力感应代码问题下面这个方法可以判断是横屏还是竖屏,但是似乎并不能强制更改window.orientation的值来实现旋转屏幕。function orient() {if (window.orientation == 0 || window.orient2023-03-07html-css170