比如现在hello.lua中有个方法
function test()
print ("yes");
end
这个方法
在java中怎么调用到?怎么传值?并且lua如果有返回值?java怎么接收?
谢谢啦、、、