首页 > 编程知识 正文

python好玩的代码,我的世界好玩的代码

时间:2023-05-05 18:23:18 阅读:248126 作者:2410

local index = 1 local function outer(arg) local function iner() index = index + 1 local tb = {"a","b"} outer(tb) end if index < 10 then printInfo("index = %s", index) iner() else return end dump(arg, "arg") end outer("test")

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。