[填空题] 请完成下列语句中应填的内容。
File pathName = new File(args[0]);
String [ ] fileNames = pathName 【9】 ;
参考答案:
getPath()问题解析:
方法pubfic String getPath()返回文件路径名字符串,即路径文件名。
[填空题] 请完成下列语句中应填的内容。
File pathName = new File(args[0]);
String [ ] fileNames = pathName 【9】 ;
参考答案:
getPath()问题解析:
方法pubfic String getPath()返回文件路径名字符串,即路径文件名。上一篇 [填空题] 软件是程序、数据和_________的集合。
下一篇 [单项选择题] 下面程序段的执行结果为( )。 x=Int(Rnd()+3) Select Case x Case 5 Print "excellent" Case 4