In the preceding code, import os imports the OS module so that we can run on the OS command. The next line, os.popen('ping -n 1 10.0.0.1'), which takes a ...
確定! 回上一頁