def main (argv): global host, hosts, tests if len(argv) == 3: # tnode.py torch.cfg hostname cfile = argv[1] host = argv[2] else: print 'usage: tnode torch ...
確定! 回上一頁