网络编程 发布日期:2025/11/18 浏览次数:1
Jquery代码
复制代码 代码如下: $("title").html("hello"); 后来只好用下面这段js代码来实现
Js代码
复制代码 代码如下: document.title="hello";