var isIpad = (ua.indexOf('ipad') > -1) ||
(window.navigator.platform === 'MacIntel' && window.navigator.maxTouchPoints > 1 && !window.MSStream);
评论