🔥 Problem 👉 웹페이지 접속 기기가 PC인지 모바일인지 판단하는 방법?🧙 Solution👉 Please refer to the code belowfunction fn_test() { // 웹인지 모바일인지 체크 var filter = "win16|win32|win64|macintel|mac"; if(navigator.platform) { if(filter.indexOf(navigator.platform.toLowerCase()) If I was of any help to you, please buy me coffee 😿😢😥If you have any questions, please leave them in the comments Buy me a coffee ▶ Yout..
[javascript] 웹페이지 접속 기기가 PC인지 모바일인지 판단하는 방법
🔥 Problem 👉 웹페이지 접속 기기가 PC인지 모바일인지 판단하는 방법?🧙 Solution👉 Please refer to the code belowfunction fn_test() { // 웹인지 모바일인지 체크 var filter = "win16|win32|win64|macintel|mac"; if(navigator.platform) { if(filter.indexOf(navigator.platform.toLowerCase()) If I was of any help to you, please buy me coffee 😿😢😥If you have any questions, please leave them in the comments Buy me a coffee ▶ Yout..
2024.06.27