标签: java file methods call
我尝试做的是编写一种方法,可以采用任何类型的文本输入,如
"words.text"
我想象它会是什么样的
public static wordcount(File afile){....}
我希望调用该方法,例如
wordcount("words.txt");
我试着寻找答案但却找不到答案。我该怎么做?