Javascript实现跳转
方法一:
<script type="text/javascript">
document.location="http://wmphp.com";
</script>
方法二:
<script type="text/javascript">
window.location="http://wmphp.com";
</script>
定时5秒钟跳转
<script type="text/javascript">
function goto(){
document.location="http://wmphp.com";
}
setTimeout("go...
作者:admin | 发布:
Warning: Use of undefined constant Y年n月d日 - assumed 'Y年n月d日' (this will throw an Error in a future version of PHP) in
/www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/index.php on line
19
2014年3月14日 | 分类:
前端开发 | 阅读:1,810次 |