这里推荐react-device-detect,它支持多种粒度的设备侦测。 import {isMobile} from 'react-device-detect'; if (isMobile) { // 当前设备是移动设备}.
確定! 回上一頁