亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

vue如何獲取屏幕的寬度

vue
養魚的貓咪
2188
2021-05-10 13:21:09
欄目: 編程語言

在vue中獲取屏幕寬度的方法有:1.使用document.documentElement方法獲取;2.在watch中實時監聽;3.使用mounted函數獲取;

vue如何獲取屏幕的寬度

具體方法如下:

1.使用document.documentElement方法獲取屏幕的寬高

windowWidth: document.documentElement.clientWidth, //獲取屏幕寬度

windowHeight: document.documentElement.clientHeight, //獲取屏幕高度

2.在watch中實時監聽屏幕寬高

watch: {

windowHeight (val) {

let that = this;

console.log("實時屏幕高度:",val, that.windowHeight );

},

windowWidth (val) {

let that = this;

console.log("實時屏幕寬度:",val, that.windowHeight );

}

},

3.使用mounted函數獲取屏幕寬高

mounted() {

var that = this;

window.onresize = () => {

return (() => {

window.fullHeight = document.documentElement.clientHeight;

window.fullWidth = document.documentElement.clientWidth;

that.windowHeight = window.fullHeight; //獲取屏幕高度

that.windowWidth = window.fullWidth; //獲取屏幕寬度

})()

};

},

0
兴海县| 吉隆县| 张北县| 临海市| 峨边| 内黄县| 定安县| 缙云县| 永嘉县| 巍山| 磐石市| 年辖:市辖区| 三亚市| 定安县| 富平县| 保康县| 金湖县| 吉木萨尔县| 黔西县| 廊坊市| 佛山市| 铅山县| 金秀| 五常市| 道孚县| 阿瓦提县| 通城县| 彭山县| 治多县| 沧源| 吴堡县| 黄平县| 格尔木市| 元氏县| 晋中市| 乌海市| 华阴市| 桑日县| 平和县| 襄垣县| 龙里县|