Python from novice to pro. ... try: opts, args = getopt.getopt(argv, "hg:d", ["help", "grammar="]) 2 except getopt.GetoptError: 3 usage() 4 ...
確定! 回上一頁