摘要:
移动端: switch(plus.os.name){ case 'iOS': //获取剪切板 var UIPasteboard = plus.ios.importClass("UIPasteboard"); var generalPasteboard = UIPasteboard.generalPa 阅读全文
摘要:
var u = navigator.userAgent; var ua = u.toLowerCase(); if (/iphone|ipad|ipod/.test(ua)) { // iOS 系统 -> 跳AppStore下载地址 //alert("iOS"); } else ... 阅读全文