jquery - 你能操纵页面标题吗?

php*_*00b 1 parameters jquery title

我以为我听说你不能用jquery操作内容......这是正确的吗?基本上,我有一个网站,其参数如p.php?d = keyword + keyword + keyword,我希望能够根据d参数中的内容设置标题...有没有办法做到这一点?

Dav*_*ing 15

你不需要jQuery:

document.title = 'Some text';
Run Code Online (Sandbox Code Playgroud)