2017年3月31日
摘要: 设置淘x,宝的是:npm config set registry https://registry.npm.taobao.org不想用他们的,再设置回原来的就可以了:npm config set registry https://registry.npmjs.org 阅读全文
posted @ 2017-03-31 23:40 XIE7654 阅读(649) 评论(0) 推荐(0)
摘要: window.addEventListener('orientationchange', function(event){ if ( window.orientation == 180 || window.orientation==0 ) { alert("竖屏"); } if( window.or 阅读全文
posted @ 2017-03-31 11:38 XIE7654 阅读(139) 评论(0) 推荐(0)
摘要: <meta name="screen-orientation" content="portrait"><!-- uc强制竖屏 --><meta name="x5-orientation" content="portrait"><!-- QQ强制竖屏 --> 阅读全文
posted @ 2017-03-31 11:30 XIE7654 阅读(89) 评论(0) 推荐(0)