摘要: 这里采用了两种方式来设置页面title javascript document.title = "标题内容"; jquery if (!$(document).attr('title')) { $('title').html("标题内容"); } else { $(document).attr('t 阅读全文
posted @ 2016-06-07 10:40 lifeis_ok 阅读(126) 评论(0) 推荐(0)