Foxtable(狐表)用户栏目专家坐堂 → [求助]正则表达式查找移动


  共有1760人关注过本帖树形打印复制链接

主题:[求助]正则表达式查找移动

帅哥哟,离线,有人找我吗?
黄训良
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1100 积分:8985 威望:0 精华:0 注册:2014/3/15 14:36:00
[求助]正则表达式查找移动  发帖心情 Post By:2017/5/31 15:22:00 [显示全部帖子]

原文本如下:
          <UL>
            <LI>
              MotionFrame Property
              <a href="html/82f19ef7-4958-d144-1888-6165e24e18a9.htm" > </a>
            </LI>
          </UL>
          <UL>
            <LI>
              MotionLevel Property
              <a href="html/9737e2b9-e40d-1f22-b272-393630517695.htm" > </a>
            </LI>
          </UL>
          <UL>
            <LI>
              SuppressNoise Property
              <a href="html/2953d218-9e8e-b2a8-9eb4-19cf6ec363f9.htm" > </a>
            </LI>
          </UL>
实现目的(即把红色文本移动到现在的位置):
          <UL>
            <LI>
             
              <a href="html/82f19ef7-4958-d144-1888-6165e24e18a9.htm" >  MotionFrame Property</a>
            </LI>
          </UL>
          <UL>
            <LI>
              
              <a href="html/9737e2b9-e40d-1f22-b272-393630517695.htm" > MotionLevel Property</a>
            </LI>
          </UL>
          <UL>
            <LI>
              
              <a href="html/2953d218-9e8e-b2a8-9eb4-19cf6ec363f9.htm" > SuppressNoise Property</a>
            </LI>
          </UL>

 回到顶部
帅哥哟,离线,有人找我吗?
黄训良
  2楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:五尾狐 帖子:1100 积分:8985 威望:0 精华:0 注册:2014/3/15 14:36:00
  发帖心情 Post By:2017/5/31 17:47:00 [显示全部帖子]

厉害,谢谢!

 回到顶部