mxyf
Results
2
issues of
mxyf
假如我的某一次的修改为 ++ local mod = require("mod") function Group:on_click_btn() ++ local b = mod.func(1) end 这种情况下,a是被替换后的假表,并不能执行mod中的func函数吧,例如原始的test_hotupdate为如下 local test = {} test.func = function() end return test 修改为如下 local test = {}...
local mymodule = require 'mymodule' local func = mymodule.myfunc 缓存的函数更新不到吧