uni app x
uts
const datas = {}
datas['category'] = new Array<object>()
datas['category']?.push({})
为什么会报错呢?
01:51:03.707 [plugin:uni:app-uts] 编译失败
01:51:03.707 error: Unresolved reference: push
uni app x
uts
const datas = {}
datas['category'] = new Array<object>()
datas['category']?.push({})
为什么会报错呢?
01:51:03.707 [plugin:uni:app-uts] 编译失败
01:51:03.707 error: Unresolved reference: push
0 个回复