我在将数组发送到意图时收到此错误消息。我的数组是这样的
var result = {
a:1,
b:2,
c:{d:5,e:6,f:7},
x:3,
y:4,
z:9
}
这是结构,现在我收到错误
Value Compilation Error: EmptyOptionalValue
IllegalSlot:illegal binding 'd' for '1.0.3-myApp.api.C': ./c
IllegalSlot:illegal binding 'e' for '1.0.3-myApp.api.C': ./c
IllegalSlot:illegal binding 'f' for '1.0.3-myApp.api.C':