why type(function() end) == type(function() end) not equal when using openresty-lua?

后端 未结 0 1450
闹比i
闹比i 2020-12-28 17:17
local t = {
    func = function()
    end
}
if type(t.func) == type(t.func) then
    print("ok")
else
    print("not ok")
end

wh

相关标签:
回答
  • 消灭零回复
提交回复
热议问题