#!/usr/bin/python __author__ = 'nixCraft' import sys total = len(sys.argv) cmdargs = str(sys.argv) print ("The total numbers of args passed ...
確定! 回上一頁