08 2017 档案

摘要:css样式:(scss的写法) 注意一点,可以拖拽的tr需要设置,draggable="true" 阅读全文
posted @ 2017-08-28 18:20 rrranmo 阅读(2571) 评论(0) 推荐(0)
摘要:http://qr.topscan.com/api.php?text=http://192.168.1.1/yqy-h5/page/~49.181:8081#invitation/share?inviteCode=111# 必须进行转码才能被识别http://qr.topscan.com/api.p 阅读全文
posted @ 2017-08-10 11:25 rrranmo 阅读(324) 评论(0) 推荐(0)
摘要:1 function isIOS() { 2 return /ios|iPhone|iPad/ig.test(window.navigator.userAgent); 3 } 4 function isAndroid() { 5 return /android/ig.test(window.navigator.userAgent); 6 } 7 function isWeiXin... 阅读全文
posted @ 2017-08-01 10:09 rrranmo 阅读(216) 评论(0) 推荐(0)