[TencentCloudSDKException] code:InternalError message:An internal error has occurred. Retry your request, but if the problem persists, contact us. requestId:f3ba0ca1-d6b7-499b-8f86-7cac83d62702
[附加信息]
如何批量读取和解析包含特殊字符的文件?我有一个仅包含foo!!!bar的名为test.txt的文本文件和一个包含以下内容的批处理文件:setlocal enabledelayedexpansion enableextensions
echo Unquoted is %%a set "myVar=%%a"
echo myVar is still !my