Notice that system will print the command output as it happens. Also system will make your Ruby program wait until the command is done. Try this: system("sleep ...
確定! 回上一頁