HTML中添加meta元数据内容
2021-02-05 16:16
阅读:433
标签:图片 color pen tag doc 数据 class mamicode app HTML中添加meta元数据内容 标签:图片 color pen tag doc 数据 class mamicode app 原文地址:https://www.cnblogs.com/dafei4/p/13125124.htmlHTML中添加meta元数据内容
let head = document.getElementsByTagName(‘head‘);
let meta = document.createElement(‘meta‘);
meta.content = "dddddddddddddddddddddddddd";
head[0].appendChild(meta)
评论
亲,登录后才可以留言!