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