講師回答 / 湯小洋
第19行有錯誤String prefix = fileName.subString(index+1,fileName.length());其中字符串截取的方法為substring(),而非subString(),需要注意大小寫
2014-08-02