标签:href get 使用 log blank lan .net 文件 覆盖
>>是追加,>是覆盖
(1)先使用echo "hello" >> temp.out,追加目前的信息到 文件 temp.out.
(2)echo "hello word" > temp.out,直接清空原来的内容,填入新内容hello word,
标签:href get 使用 log blank lan .net 文件 覆盖
原文地址:http://www.cnblogs.com/aspirant/p/7802989.html