let returnTypeLists = {
10:"",
20:"",
30:"",
40:"",
41:"",
42:""
}
res.data.returnType = returnTypeLists[res.data.returnType];
利用对象属性名更改返回的数据内容
阅读 82
2023-02-24
let returnTypeLists = {
10:"",
20:"",
30:"",
40:"",
41:"",
42:""
}
res.data.returnType = returnTypeLists[res.data.returnType];
相关推荐
精彩评论(0)