js修改网页标题title

2019-04-08  本文已影响0人  Gino_Li

JS方法

document.title='这里输入标题'

jQuery方法

$('title').html('这里输入标题');
上一篇 下一篇

猜你喜欢

热点阅读