js 判斷瀏覽器是pc端仍是移動端

if(/Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)) {
    //說明是移動端
} else {
    //說明是pc端
}
相關文章
相關標籤/搜索