userAgent.search("MSIE 7") > -1; var isFirefox = navigator.userAgent.search("Firefox") > -1; ... 另外,我有將JS 偵測的語法包成一個Function 來使用,如下:
確定! 回上一頁