HarmonyOS RCP如何判断response应该用toJSON\(\)解析还是用toString\(\)解析?

下面的代码:

let resData: string | object | null;
resData = response.toJSON() ?? response.toString();

当response实际为string类型时会抛出异常:

E     Rcp Parse body to JSON error {}

这里应该如何正确地处理返回值未知的情况?

阅读 422
1 个回答
logo
HarmonyOS
子站问答
访问
宣传栏