首页
编程
java
php
前端
首页
编程
java
php
前端
For File In识别不到的文件的问题
for file in $(ls ${targetPath})
do
file $file
done
为什么提示No such file of directory?
点击展开全文