看ureport的相关文档
和Json有关的只有
json(emp.select(other),'name')
json(emp.select(other),'company.name')
这里面看用例都是针对Json数据,但当取出来的数据是JsonArray,
又该如何解决这个问题呢。
看ureport的相关文档
和Json有关的只有
json(emp.select(other),'name')
json(emp.select(other),'company.name')
这里面看用例都是针对Json数据,但当取出来的数据是JsonArray,
又该如何解决这个问题呢。
json(supplier.select(basicInformation),'main')//集合
//取集合第一个对象的属性contact
get(json(supplier.select(basicInformation),'main'),1,'contact')