Xcode统计代码行数 2018-03-13 本文已影响0人 文心楠_YouHou 打开终端,cd到所在文件夹中 find . -name "*.m" -or -name "*.h" -or -name "*.xib" -or -name "*.c" |xargs wc -l