无法从Reactive Kotlin中的最新合并结果将Byte数组转换为字符串

Observable.combineLatest(array){

                        museDeviceBusinessModel.manufacturerName = String(it) // not working
                        museDeviceBusinessModel.model = String(it) // not working
                    }

it.toString()也不起作用 我得到了[[B @ cfea844,[B @ 84a8d2d,[B @ c900262,[B @ 3d70ff3,[B @ 26004b0,[B @ 46fcf29]]

gwt3344 回答:无法从Reactive Kotlin中的最新合并结果将Byte数组转换为字符串

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/2926877.html

大家都在问