if(navigator.appVersion.includes('Android')){ document.addEventListener("message", function (data) { alert("you are in android OS"); } ...
確定! 回上一頁