在 PowerShell 中,如何取消转义 unicode 转义字符串?
$str1 = "http:\u002f\u002fgoogle.com\u002fsomething\u002ftest"
至
http://google.com/something/test
在 PowerShell 中,如何取消转义 unicode 转义字符串?
$str1 = "http:\u002f\u002fgoogle.com\u002fsomething\u002ftest"
至
http://google.com/something/test