猜你想搜
最近搜索
热门搜索
新人福利
下载币300赠币券 (充值可用)
渲染币300赠币券 (充值可用)
永久收益
在线云存储
版权登记
我要上传
上传活动
VIP模型免费下
VIP素材免费下
模型下载折扣
云渲染低至7折
专区课程免费看
每月会员礼包
其实很多数字类都支持从string parse成数值:byte b = byte.parsebyte("123");short s = short.parseshort("123");int i = integer.parseint("123");long l = long.parselong("123");float f = float.parsefloat("1.23");double d = double.parsedouble("1.23");