摘要: // 解决键盘弹出后挡表单的问题 window.addEventListener('resize', function() { if( document.activeElement.tagName === 'INPUT' || document.activeElement.tagName === 'TEXTAREA' ) { ... 阅读全文
posted @ 2018-05-24 14:37 吾生有涯,而知无涯! 阅读(375) 评论(0) 推荐(0)