Jiimy publisher hoping to become a developer

모바일 접속 시 모바일 페이지로 자동 링크

2018-03-27

<script type="text/javascript">
var uAgent = navigator.userAgent.toLowerCase();
var mobilePhones = new Array('iphone','ipod','android','blackberry','windows ce',
'nokia','webos','opera mini','sonyericsson','opera mobi','iemobile');
for(var i=0;i<mobilePhones.length;i++)
if(uAgent.indexOf(mobilePhones[i]) != -1)
document.location="모바일 주소";
</script>

하위 글 - git명령어 & node

Content