The exec() method executes the dynamically created program, which is either a string or a code object. The syntax of exec() : exec(object, globals, locals) ...
確定! 回上一頁