首页
编程
java
php
前端
首页
编程
java
php
前端
如果是加入16进制应该怎么修改
转成8进制:Integer.toOctalString()
转成16进制:Integer.toHexString()
点击展开全文