实现代码 # BATch_handle_image.py import argparse androidimport glob import os from PIL import Image def main(args):
this is my code: def a(): print \'sss\' @a() def b(): print \'aaa\' b() and the Tracebackis: sss Traceback (most recent call last):