如何在可选的 lua 函数中传递表。
例如
function test(options) local a = options.a end
这个功能应该同时工作
test(options)
和
test()
lua function
function ×1
lua ×1