window.addEventListener("load", function(){ // (A) CHECK FOR MOBILE var isMobile = navigator.userAgent.toLowerCase().match(/mobile/i); ...
確定! 回上一頁