4月 第一周

# 微信

微信 H5 打开小程序 (opens new window)

如果在 vue/react 等模板中需要使用

<script type="text/wxtag-template"></script>

# Linux

CRLF 2 LF

sudo apt-get install dos2unix
find . -type f | xargs dos2unix