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("goto()",5000);
&l...阅读全文
作者:admin | 分类:
前端开发 | 阅读:
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in
/www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line
19
|