lua loadstring

来源:互联网 发布:mac提示flash过期 编辑:程序博客网 时间:2024/06/05 18:02
st=loadstring("return 3+5")

print(st())  -- st必须有()


8

0 0