Welcome 微信登录

首页 / 操作系统 / Linux / JAVA需要注意的函数

1. RandomAccessFile 中有int read() 功能:读取一个字节,返回该字节的int类型int readInt() 功能:读取4个字节,返回其int类型write与writeInt的区别同上2. String 中有String replaceAll( String regex, String replacement )String[] split( String regex )注意参数为正则匹配