首页
编程
java
php
前端
首页
编程
java
php
前端
为什么8位的short在128时还不溢出?
如题
char 1个字节
short 2个字节共16位
short占2个字节数据范围-32768~+32767
点击展开全文