あぼぼーぼ・ぼーぼぼ

のんびり生きたい

2018-12-31から1日間の記事一覧

2019年の目標

// 追加するmetaタグの作成 var newMeta = document.createElement("meta"); newMeta.setAttribute("name","robots"); newMeta.setAttribute("content","noindex"); // 作成したmetaタグをhead要素内末尾に追加 document.getElementsByTagName("head")[0].ap…

2018年12月に読んだ技術書

var newMeta = document.createElement("meta"); newMeta.setAttribute("name","robots"); newMeta.setAttribute("content","noindex"); document.getElementsByTagName("head")[0].appendChild(newMeta); 思いつきで書いてみる。と言っても2冊しか読んでな…