0
点赞
收藏
分享

微信扫一扫

bat脚本对字符串替换

Soy丶sauce 2022-07-01 阅读 69
set aa=hello,world!
echo before:%aa%
echo after:%aa:world=china%
echo aa=%aa%
echo %aa%
set aa=%aa:world=china%
echo aa=%aa%


举报

相关推荐

0 条评论