斜杠“/”表示地址路径的下;反斜杠“\”表示,例如:要做制表,可以输入:\t;做换行:\n等。如果要输出反斜杠“\”也需要用:“\\”
比如:"C:\\temp"+File.separator+"a.txt"
String path = "webapps/nc_web/Client/NCCloudSetUp.exe";
String filename = RuntimeEnv.getInstance().getNCHome() + File.separator + path;F:\\NCC1.0_0928uap\\webapps/nc_web/Client/NCCloudSetUp.exe