'toByte(): Byte' is deprecated. Conversion of Char to Number is deprecated. Use Char.code property instead.


过时

'A'.toByte()

修改

'A'.code.toByte()

声明:HEUE NOTE|版权所有,违者必究|如未注明,均为原创|本网站采用BY-NC-SA 4.0协议进行授权

转载:转载请注明原文链接 - 'toByte(): Byte' is deprecated. Conversion of Char to Number is deprecated. Use Char.code property instead.