"exit 0" means that the program should exit with the exit code 0. 0 denotes success. You can also choose any other number, but the convention is 0.
確定! 回上一頁