摘要:
""""import osimport time#fork只用于linux中pid = os.fork()print("hello")if pid == 0: print("子进程{},父进程是{}".format(os.getpid(),os.getppid()))else: print("父进程 阅读全文
posted @ 2019-02-22 23:37
愤怒中的小草
阅读(184)
评论(0)
推荐(0)
2019年2月22日 #
2019年2月19日 #
2019年2月17日 #
2019年2月15日 #
2019年2月14日 #
2019年2月13日 #
2019年1月29日 #