var result = window.matchMedia(‘(max-width: 768px)‘);if (result.matches) {//console.log(‘页面宽度小于等于768px‘);} else {//console.log(‘页面宽度大于768px‘);}
js控制媒体查询样式
原文地址:http://www.cnblogs.com/leiting/p/7488475.html
var result = window.matchMedia(‘(max-width: 768px)‘);if (result.matches) {//console.log(‘页面宽度小于等于768px‘);} else {//console.log(‘页面宽度大于768px‘);}
js控制媒体查询样式
原文地址:http://www.cnblogs.com/leiting/p/7488475.html