var filter = "win16|win32|win64|mac|macintel";
if ( navigator.platform ) {
if ( filter.indexOf( navigator.platform.toLowerCase() ) < 0 ) {
//mobile
alert('mobile 접속');
} else {
//pc
alert('pc 접속');
}
}
원문http://88240.tistory.com/393
내가 찾은 지식을 하나하나 쌓아 놓을 곳입니다.
var filter = "win16|win32|win64|mac|macintel";
댓글
댓글 쓰기