开启辅助访问 切换到宽版

精易论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

用微信号发送消息登录论坛

新人指南 邀请好友注册 - 我关注人的新帖 教你赚取精币 - 每日签到


求职/招聘- 论坛接单- 开发者大厅

论坛版规 总版规 - 建议/投诉 - 应聘版主 - 精华帖总集 积分说明 - 禁言标准 - 有奖举报

查看: 1697|回复: 2
收起左侧

[已解决] 导入超级列表框的顺序乱了怎么办?

[复制链接]
结帖率:49% (20/41)
发表于 2012-4-20 13:45:26 | 显示全部楼层 |阅读模式   广东省广州市
1.jpg
2.jpg
我用正则取到的文本顺序是没错的。可是导入超级列表框里的时候顺序怎么就乱了?
怎么解决啊?
  1. <table class="top" cellspacing="0" rules="all" border="1" id="GridView1" style="color:#505050;background-color:activeborder;border-color:Black;font-size:10pt;width:700px;border-collapse:collapse;">

  2.                 <tr align="center" style="background-color:#E0E0E0;height:15px;">

  3.                         <td style="height:4px;width:10%;">405327908</td><td align="center" style="height:4px;width:30%;">2012-04-20 10:40:01</td><td align="center" style="height:4px;width:25%;">13544433394</td><td align="center" style="height:4px;width:15%;">30</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$0')" style="font-size:X-Small;height:18px;" /></td>

  4.                 </tr><tr align="center" style="background-color:#EFEFEF;height:15px;">

  5.                         <td style="height:4px;width:10%;">405302335</td><td align="center" style="height:4px;width:30%;">2012-04-20 02:16:47</td><td align="center" style="height:4px;width:25%;">13544309629</td><td align="center" style="height:4px;width:15%;">30</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$1')" style="font-size:X-Small;height:18px;" /></td>

  6.                 </tr><tr align="center" style="background-color:#E0E0E0;height:15px;">

  7.                         <td style="height:4px;width:10%;">405261600</td><td align="center" style="height:4px;width:30%;">2012-04-19 21:08:51</td><td align="center" style="height:4px;width:25%;">13662328644</td><td align="center" style="height:4px;width:15%;">100</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$2')" style="font-size:X-Small;height:18px;" /></td>

  8.                 </tr><tr align="center" style="background-color:#EFEFEF;height:15px;">

  9.                         <td style="height:4px;width:10%;">405259151</td><td align="center" style="height:4px;width:30%;">2012-04-19 21:02:17</td><td align="center" style="height:4px;width:25%;">13662328644</td><td align="center" style="height:4px;width:15%;">100</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$3')" style="font-size:X-Small;height:18px;" /></td>

  10.                 </tr><tr align="center" style="background-color:#E0E0E0;height:15px;">

  11.                         <td style="height:4px;width:10%;">405243423</td><td align="center" style="height:4px;width:30%;">2012-04-19 20:20:58</td><td align="center" style="height:4px;width:25%;">13450416339</td><td align="center" style="height:4px;width:15%;">50</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$4')" style="font-size:X-Small;height:18px;" /></td>

  12.                 </tr><tr align="center" style="background-color:#EFEFEF;height:15px;">

  13.                         <td style="height:4px;width:10%;">405206162</td><td align="center" style="height:4px;width:30%;">2012-04-19 18:51:34</td><td align="center" style="height:4px;width:25%;">13711488612</td><td align="center" style="height:4px;width:15%;">30</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$5')" style="font-size:X-Small;height:18px;" /></td>

  14.                 </tr><tr align="center" style="background-color:#E0E0E0;height:15px;">

  15.                         <td style="height:4px;width:10%;">405141474</td><td align="center" style="height:4px;width:30%;">2012-04-19 15:17:49</td><td align="center" style="height:4px;width:25%;">13560241212</td><td align="center" style="height:4px;width:15%;">50</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$6')" style="font-size:X-Small;height:18px;" /></td>

  16.                 </tr><tr align="center" style="background-color:#EFEFEF;height:15px;">

  17.                         <td style="height:4px;width:10%;">405135531</td><td align="center" style="height:4px;width:30%;">2012-04-19 14:43:50</td><td align="center" style="height:4px;width:25%;">15986507773</td><td align="center" style="height:4px;width:15%;">50</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$7')" style="font-size:X-Small;height:18px;" /></td>

  18.                 </tr><tr align="center" style="background-color:#E0E0E0;height:15px;">

  19.                         <td style="height:4px;width:10%;">405092682</td><td align="center" style="height:4px;width:30%;">2012-04-19 11:18:46</td><td align="center" style="height:4px;width:25%;">13798139813</td><td align="center" style="height:4px;width:15%;">100</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$8')" style="font-size:X-Small;height:18px;" /></td>

  20.                 </tr><tr align="center" style="background-color:#EFEFEF;height:15px;">

  21.                         <td style="height:4px;width:10%;">405086425</td><td align="center" style="height:4px;width:30%;">2012-04-19 10:47:04</td><td align="center" style="height:4px;width:25%;">13760867200</td><td align="center" style="height:4px;width:15%;">100</td><td align="center" style="height:4px;width:20%;"><input type="button" value="请选择" onclick="javascript:__doPostBack('GridView1','Select$9')" style="font-size:X-Small;height:18px;" /></td>

  22.                 </tr><tr>

  23.                         <td colspan="5">
复制代码
上面这个是测试的文本             这个是正则的语句
  1. <td style=.+>.+</td><td align=.+>.+</td><td a.+>(\d+)</td><td align=.+>\d+</td>
复制代码

求助知识:请将问题描述清楚,最好把你有问题的源码打包上传上来,这样更方便大家帮助你。
友情提醒:本版被采纳的主题可在 申请荣誉值 帖子申请荣誉值,获得 3点 荣誉值,荣誉值可兑换荣誉会员、终身vip用户组。
结帖率:100% (3/3)

签到天数: 16 天

发表于 2012-4-20 13:52:12 | 显示全部楼层   湖南省娄底市
这样子?.rar (90.2 KB, 下载次数: 4)
回复 支持 反对

使用道具 举报

结帖率:49% (20/41)
 楼主| 发表于 2012-4-20 14:00:16 | 显示全部楼层   广东省广州市
冰点 发表于 2012-4-20 13:52

谢谢啊,我是直接把内容搞到插住表项那里而不是再搞个置标题
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则 致发广告者

发布主题 收藏帖子 返回列表

sitemap| 易语言源码| 易语言教程| 易语言论坛| 易语言模块| 手机版| 广告投放| 精易论坛
拒绝任何人以任何形式在本论坛发表与中华人民共和国法律相抵触的言论,本站内容均为会员发表,并不代表精易立场!
论坛帖子内容仅用于技术交流学习和研究的目的,严禁用于非法目的,否则造成一切后果自负!如帖子内容侵害到你的权益,请联系我们!
防范网络诈骗,远离网络犯罪 违法和不良信息举报电话0663-3422125,QQ: 793400750,邮箱:wp@125.la
Powered by Discuz! X3.4 揭阳市揭东区精易科技有限公司 ( 粤ICP备12094385号-1) 粤公网安备 44522102000125 增值电信业务经营许可证 粤B2-20192173

快速回复 返回顶部 返回列表