File d = new File(path); 这句为什么报错?
错误:ThetypeFileisambiguousStringpath="c:\\";intfileCount=0;intfolderCount=0;Filed=newF...
错误:The type File is ambiguous
String path = "c:\\";
int fileCount = 0;
int folderCount = 0;
File d = new File(path); 这句错
File list[] = d.listFiles(); 这句也错 展开
String path = "c:\\";
int fileCount = 0;
int folderCount = 0;
File d = new File(path); 这句错
File list[] = d.listFiles(); 这句也错 展开
2011-01-05
展开全部
ambiguous—百度词典
ambiguous [æm'bɪgjuəs]
[词典释义]
a. 1. 含糊不清的 2. 引起歧义的
[网络释义]
ambiguous 1.含糊的,不明确的 2.模棱两可的,似是而非的 3.歧义 4.暧昧的, 不明确的 5.含糊的,模棱两可的 Ambiguous 1.摸棱两可的,似是而非的
File d = new File(path); 这句为什么报错?
详细一点咯.......................
ambiguous [æm'bɪgjuəs]
[词典释义]
a. 1. 含糊不清的 2. 引起歧义的
[网络释义]
ambiguous 1.含糊的,不明确的 2.模棱两可的,似是而非的 3.歧义 4.暧昧的, 不明确的 5.含糊的,模棱两可的 Ambiguous 1.摸棱两可的,似是而非的
File d = new File(path); 这句为什么报错?
详细一点咯.......................
展开全部
代码都发上来,主要看你对path变量的定义,就这么一句看不出来。
从message看,应该是path变量定义不合理,或者path赋值的格式不正确。
如下,应该不会出错
string path = "C:\test.txt";
File d = new File(path);
从message看,应该是path变量定义不合理,或者path赋值的格式不正确。
如下,应该不会出错
string path = "C:\test.txt";
File d = new File(path);
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你不会没有导入java.io.*吧
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询