<script src="~/Web/js/jquery-1.10.1.min.js"></script>
<script>
$(function () {
window.location.href = /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) ? "/Mobile/index.html" : "/Home/WebIndex";
}) </script>
代码很少,但是能够实现效果,
<script src="~/Web/js/jquery-1.10.1.min.js"></script>
<script>
$(function () {
window.location.href = /Android|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent) ? "/Mobile/index.html" : "/Home/WebIndex";
}) </script>
代码很少,但是能够实现效果,