跨平台移动端判断判断系统On this page判断系统快速上手const u = window.navigator.userAgent;export const isIOS = !!u.match(/\(i[^;]+;( U;)? CPU.+Mac OS X/);链接JS 判断客户端是 iOS 还是 Android