print(function() return 1 end)我以为会打印1,但是实际打出funciton???
求解惑,为什么是这样,怎么修改使其打印成1???
3q
print((function() return 1 end)())