Typecho社区-Typecho板块-综合网络-轩逸博客
Typecho-轩逸博客

Typecho

帖子 0阅读 70
Typecho是由type和echo两个词合成的,来自于开发团队的头脑风暴。Typecho基于PHP5开发
Typecho-轩逸博客
document.addEventListener('DOMContentLoaded', function () { const postsElements = document.querySelectorAll('posts.posts-item'); postsElements.forEach((element) => { if (element.classList.contains('posts-item')) { element.classList.add('alone'); } }); });