|
|
楼主 |
发表于 2011-9-13 19:52:02
|
显示全部楼层
本帖最后由 leo198444 于 2011-9-13 19:53 编辑
直接处理你上个帖子那个文本就可以了,不用另外再弄个批处理。
你再上个帖子说清楚点就可以了麻
Seder 发表于 2011-9-12 23:49 
你好,不好意思我尽力去解释
目前我遇上的问题是不知道怎样对处理好的文本,依数字对行作排序
处理前
StrCpy $download267 'http://9.share.photo.xuite.net/leo1984leoleo/19fece9/3558640/135530233_x.jpg'
StrCpy $download262 'http://9.share.photo.xuite.net/leo1984leoleo/19fecf3/3558640/135530243_x.jpg'
StrCpy $download261 'http://9.share.photo.xuite.net/leo1984leoleo/19fec02/3558640/135530258_x.jpg'
StrCpy $download263 'http://9.share.photo.xuite.net/leo1984leoleo/19fec0d/3558640/135530269_x.jpg'
StrCpy $download269 'http://9.share.photo.xuite.net/leo1984leoleo/19fec1d/3558640/135530285_x.jpg'
StrCpy $download268 'http://9.share.photo.xuite.net/leo1984leoleo/19fec2d/3558640/135530301_x.jpg'
StrCpy $download266 'http://9.share.photo.xuite.net/leo1984leoleo/19fec39/3558640/135530313_x.jpg'
StrCpy $download261 'http://9.share.photo.xuite.net/leo1984leoleo/19fec46/3558640/135530326_x.jpg'
StrCpy $download265 'http://9.share.photo.xuite.net/leo1984leoleo/19fec53/3558640/135530339_x.jpg'
StrCpy $download264 'http://9.share.photo.xuite.net/leo1984leoleo/19fec5f/3558640/135530351_x.jpg'
处理后
StrCpy $download261 'http://9.share.photo.xuite.net/leo1984leoleo/19fecf3/3558640/135530243_x.jpg'
StrCpy $download262 'http://9.share.photo.xuite.net/leo1984leoleo/19fec02/3558640/135530258_x.jpg'
StrCpy $download263 'http://9.share.photo.xuite.net/leo1984leoleo/19fec0d/3558640/135530269_x.jpg'
StrCpy $download264 'http://9.share.photo.xuite.net/leo1984leoleo/19fec1d/3558640/135530285_x.jpg'
StrCpy $download265 'http://9.share.photo.xuite.net/leo1984leoleo/19fec2d/3558640/135530301_x.jpg'
StrCpy $download266 'http://9.share.photo.xuite.net/leo1984leoleo/19fec39/3558640/135530313_x.jpg'
StrCpy $download267 'http://9.share.photo.xuite.net/leo1984leoleo/19fec46/3558640/135530326_x.jpg'
StrCpy $download268 'http://9.share.photo.xuite.net/leo1984leoleo/19fec53/3558640/135530339_x.jpg'
StrCpy $download269 'http://9.share.photo.xuite.net/leo1984leoleo/19fec5f/3558640/135530351_x.jpg'
谢谢 |
|