// 判断是否为 iPhone手机系统 :
function isAppleMobile() { return (navigator.platform.indexOf('iPad') != -1); };本文共 155 字,大约阅读时间需要 1 分钟。
// 判断是否为 iPhone手机系统 :
function isAppleMobile() { return (navigator.platform.indexOf('iPad') != -1); };转载于:https://www.cnblogs.com/yanzhijun/p/4111278.html