文章列表Python内置相关indexastOn this pageast基础概念ast是什么基础使用import asttest = """def add(arg1:, arg2:int) -> int: return arg1 + arg2"""