众所周知,在python 中可以使用exec 函数来执行包含python 源代码的字符串: >>> code = ''' ...: a = "hello" ...: print(a) .
確定! 回上一頁