摘要:
XVBA - Live Server VBA v4.0.26版本中,代码格式化时,发现以下问题: next后面没有字符的时候,不能识别为末行 if then 后面加逻辑单独作为一行时,错误的识别为开始行 解决办法: 找到插件目录(我的是C:\Users\Administrator\.vscode\e 阅读全文
摘要:
直接替换 @echo off CHCP 65001 & REM 改成utf-8编码 @echo off set 拟替换=.下载 set 拟替换成= & REM 替换成空 for /f "delims=" %%i in ('dir /a /b') do ( setlocal EnableDelayed 阅读全文