摘要:
// 判断终端 function getTerminal() { var ua = navigator.userAgent.toLowerCase(); if (/iphone|ipad|ipod/.test(ua)) { return "ios"; } else if (/android/.test(ua)) { return "and... 阅读全文
posted @ 2018-04-11 14:42
佐佐19900525
阅读(170)
评论(0)
推荐(0)

浙公网安备 33010602011771号