【问题标题】:Alternative to execfile in Python 3? [duplicate]Python 3 中 execfile 的替代方案? [复制]
【发布时间】:2023-04-05 08:03:01
【问题描述】:

Python 2 有内置函数 execfile,它在 Python 3.0 中被删除。 This question 讨论了 Python 3.0 的替代方案,但一些 considerable changes 已被制作为 since Python 3.0

对于 Python 3.2 和 future Python 3.x versionsexecfilefuture Python 3.x versions 的最佳替代方案是什么?

【问题讨论】:

    标签:
    python
    python-3.x
    import
    execfile