new RandomAccessFile(File,String)方法報錯
RandomAccessFile raf=new RandomAccessFile(file,"rw");方法報錯The constructor RandomAccessFile(File, String) is undefined
RandomAccessFile raf=new RandomAccessFile(file,"rw");方法報錯The constructor RandomAccessFile(File, String) is undefined
2017-07-27
舉報
2017-07-27
你是不是到錯包了,?RandomAccessFile是有這個構(gòu)造器的