举报
Local $str = '1301110,1360213' Local $a = StringSplit($str, ',') If Not IsArray($a) Then Exit Local $str2 = '' For $i = 1 To $a[0] $str2 &= $a[$i] & ',' & $a[$i] & @YEAR & @MON & @MDAY & ',' Next $str2 = StringTrimRight($str2, 1) MsgBox(0, $str, $str2)
$text = "1301110,1360213" $Out ="" $text = StringSplit($text,",") For $i = 1 To $text[0] $Out &= $text[$i]&","&$text[$i]&"20131110" If $i <> $text[0] Then $Out &= ";" Next MsgBox(0,"",$Out)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-25 15:52 , Processed in 0.239587 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.