"""Execute given file as a python script in given globals environment.""" result = runpy.run_path(filename, init_globals = init_globals).
確定! 回上一頁