lua 的一些函数在table中,例如type(io)-->"table"type(io.input)-->"function" 我要怎么通过"_G"这个table,遍历table中的table取完所有函数。或者有什么函数 库能完成任务