打开终端=>当前路径是项目目录=>复制下面命令即可:
find . "(" -name "*.json" -or -name "*.js" -or -name "*.wxss" -or -name "*.wxml" ")" -print | xargs wc -l