Came back the file path, you need to pay attention to this point

When the background parameter passing, message should be the file path

method one:

D:\GeneralFoldersSoftInstall----------->D:\\GeneralFoldersSoftInstall

Second way:

D:\GeneralFoldersSoftInstall----------->D:/GeneralFoldersSoftInstall

Because when splicing such parameters in the interface, a single '\' will be treated as an escape character, and not as a backslash.

 

Backstage pass interface when there is Chinese, will be encrypted code, rather than an error.

As en / ddd / fileName = China .zip ----------> en / ddd / fileName = xxxx.zip xxxx

Guess you like

Origin www.cnblogs.com/LYD312/p/12031589.html