답변 2개
채택된 답변
+20 포인트
8년 전
<script type="text/javascript">
var tmpUser = navigator.userAgent;
if (tmpUser.indexOf("iPhone") > 0 || tmpUser.indexOf("iPod") > 0 || tmpUser.indexOf("Android ") > 0 ){
location.href = "모바일주소";
}
</script>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
8년 전
<?php
/* This will give an error. Note the output
* above, which is before the header() call */
header('Location: http://www.example.com/">http://www.example.com/');
exit;
?>
해보세요
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인