React detect screen size. Copy. import { useState, useEffect } from 'react'; function getWindowDimensions() { const { innerWidth: width, innerHeight: height } ...
確定! 回上一頁