呜啦啦,提前准备好一个静态博客,服务期到期后就跑路~

关于 Callback 函数

1
2
3
<script>
Array.prototype.slice.call(document.querySelectorAll('img[srcset]')).forEach(x => x.setAttribute('srcset', x.src));
</script>