關(guān)于創(chuàng)建文件的問題
為什么我直接創(chuàng)建文件會(huì)報(bào)錯(cuò),但是像老師那樣用字符創(chuàng)定義就不會(huì)報(bào)錯(cuò)
File file = new File("demo\\dos.dat")
為什么我直接創(chuàng)建文件會(huì)報(bào)錯(cuò),但是像老師那樣用字符創(chuàng)定義就不會(huì)報(bào)錯(cuò)
File file = new File("demo\\dos.dat")
2016-07-27
舉報(bào)
2016-08-04
java.io.File 包? 導(dǎo)入
2016-07-27
需要導(dǎo)入util包。