做的网站不是静态页面,所有的数据都是通过ajax
读取的,那么title
,keywords
,description
。
1、给title赋值
document.getElementById("title").innerHTML = web建站教程Title
2、给meta赋值
var meta = document.getElementsByTagName('meta'); meta["keywords"].setAttribute('content','web建站教程Keywords') meta["description"].setAttribute('content','web建站教程Description')
上面是“js动态赋值title及各种meta标签”的全面内容,想了解更多关于 js 内容,请继续关注web建站教程。
当前网址:https://m.ipkd.cn/webs_2171.html
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!