NSIS检测并统计字符串中某个字符个数
摘要:
!include "LogicLib.nsh" OutFile "检查找字符串中c出现的次数.exe" Name "test" Section "test" StrCpy $0 "cabcdccccc" StrLen $1 $0 StrCpy $2 '' lo... 阅读全文
posted @ 2022-08-12 19:30
水晶石
阅读(145)
评论(0)
推荐(0)
浙公网安备 33010602011771号