叶尘-轩逸博客
叶尘的头像-轩逸博客
UID:467 已加入本站631天 总消费:0 山东省聊城市
document.addEventListener('DOMContentLoaded', function () { const postsElements = document.querySelectorAll('posts.posts-item'); postsElements.forEach((element) => { if (element.classList.contains('posts-item')) { element.classList.add('alone'); } }); });