String path = "C:\documents and Settings\Manoj\Desktop";path = path.replace("\", "/");// orpath = path.replaceAll("\\", "/");在文档中查找更多详细信息

String path = "C:\documents and Settings\Manoj\Desktop";path = path.replace("\", "/");// orpath = path.replaceAll("\\", "/");在文档中查找更多详细信息