|
发表于 2024-9-27 19:09:01
|
显示全部楼层
广东省江门市
本帖最后由 a7816995 于 2024-9-27 19:11 编辑
求解答:
ret = _luaL_dostring (L, “local b = 123 local a = function (key,value,value2) local temp = { itemid = key, itemnum = value , costmax = value2 } print('123',key,value,value2) print('456',temp) return temp end ref = xt.new(a, 3) print('ref=',ref) xt.call(ref, '233', '5','6')”)
输出:
* “ref= 6356992”
* “123 233 5 6”
* “456 table: 6611632”
* “执行代码=” | 0
* “return” | 0
* “123 1 2 3”
* “456 table: 6611536”
* “end”
想知道如何在易里面操作 table: 6611632 这个json数据? 可否有例子? |
|