How to correctly handle Byte values greater than 127 in Kotlin?

前端 未结 2 613
栀梦
栀梦 2021-02-05 02:38

Imagine I have a Kotlin program with a variable b of type Byte, into which an external system writes values greater than 127. \"External\"

2条回答
提交回复
热议问题