js 取空间宽度

2024-02-15 17:09:13

```javascript

var width = window.innerWidth;

console.log(width);

```

这段代码将获取打印出当前浏览器窗口的宽度。