假设读取的文件为当期目录下的test.txt 文件,内容如下: Google Runoob Taobao 实例1 [mycode4 type='bash'] #!/bin/bash while read line do echo $line done ...
確定! 回上一頁