2020-11-26から1日間の記事一覧

テキスト/4652の記述

function check() { // 表示されているすべてのメモを取得している const posts = document.querySelectorAll(".post"); posts.forEach(function (post) { if (post.getAttribute("data-load") != null) { return null; } post.setAttribute("data-load", "t…