且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Javascript中将对象承诺转换为字符串

更新时间:2022-06-15 19:17:13

没有直接的方法可以将对象Promise转换为字符串. 继续处理的唯一方法是调用await函数或使用.then()和回调函数.

There is no direct way to convert an Object Promise into a String. The only way to continue processing is to call an await function or use .then() and a callback function.