摘要: /* *适配 */ //orientationchange方向改变事件 (function (doc,win) { var docEl = doc.documentElement,//根元素html resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize', re... 阅读全文
posted @ 2017-11-20 14:23 陌凌雪 阅读(262) 评论(0) 推荐(0) 编辑