摘要: ``` (function (doc, win) { let docEl = doc.documentElement let resizeEvt = 'orientationchange' in window ? 'orientationchange' : 'resize' let recalc = function () { var clientWidth = docEl.c... 阅读全文
posted @ 2017-08-01 20:08 阿席巴i 阅读(152) 评论(0) 推荐(0)