判断mac平台

 

 

   代码片段收集:

 

   来着tangram

 

function isMac(){
    return /macintosh/i.test(navigator.userAgent);
}

 

你可能感兴趣的:(isMac)