标签: filepath file-uri
import java.io.File File myFile; String filePath = myFile.getPath();
如何将上面的filePath变量转换为FileURIScheme后面的String?