简体   繁体   中英

All characters in string are escaped

Can someone help me understand what kind of encoding (escape) was used to convert "f4adece2-6cc1-4adf-8740-8f71cdabd24b" to '\\146\\64\\141\\144\\145\\143\\145\\62\\55\\66\\143\\143\\61\\55\\64\\141\\144\\146\\55\\70\\67\\64\\60\\55\\70\\146\\67\\61\\143\\144\\141\\142\\144\\62\\64\\142'

Given '\\146\\64\\141\\144\\145\\143\\145\\62\\55\\66\\143\\143\\61\\55\\64\\141\\144\\146\\55\\70\\67\\64\\60\\55\\70\\146\\67\\61\\143\\144\\141\\142\\144\\62\\64\\142' how do I get back to my original string?

After each backslash, convert any following digits to decimal. Encode as a single character with that ASCII value.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM