I am wondering if I am going about splitting a string on a . the right way? My code is: String[] fn = filename.split(".");return fn[0]; I only need the ...
確定! 回上一頁