BrowseruseMobileLandscape本页总览useMobileLandscape 跟踪移动设备是否处于横屏模式。 Usage 实时编辑器 function Demo() { const isMobileLandscape = useMobileLandscape(); return <p>isMobileLandscape: {JSON.stringify(isMobileLandscape)}</p>; }; 结果Loading... API useMobileLandscape Returns boolean: 是否是移动端横屏 Arguments