daodao123-轩逸博客
daodao123的头像-轩逸博客
UID:340 已加入本站830天 总消费: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'); } }); });