echo $sample_text # 區域變數 } echo "script starting" echo $sample_text # 全域變數 foo echo "script ended" echo $sample_text # 全域變數 exit ...
確定! 回上一頁