Android上的文件名中允许哪些字符?Android上的文件名允许哪些特殊字符?~!@#$%^&*()_+/\.,另外,我可以用Unicode名称保存文件吗?
3 回答

翻翻过去那场雪
TA贡献2065条经验 获得超14个赞
final String[] ReservedChars = {"|", "\\", "?", "*", "<", "\"", ":", ">"};for(String c :ReservedChars){ System.out.println(dd.indexOf(c)); dd.indexOf(c);}
- 3 回答
- 0 关注
- 1148 浏览
添加回答
举报
0/150
提交
取消