极光110 发表于 2020-12-1 13:51

易语言网页取指定文字求助


如何将指定文本(发在一楼)中的指定文字分别置入到超级列表框内?(求正则例子)

极光110 发表于 2020-12-1 13:52

<a cpos="title" href="/book/51236/" title="我具现了仙剑世界" class="result-game-item-title-link" target="_blank">
                        <span>我具现了仙剑世界</span>
                  </a>
                </h3>
                <p class="result-game-item-desc">郭镇玩游戏触电得到游戏具现系统,系统连接了游戏《仙侠奇侠传online》。他发现自己拿着手机玩游就可以得到可具现物品,只要有足够愿力就能将物品具现出来。一开始还只是蜂王蜜、鼠儿果&amp;hellip;&amp;hellip;之后便是赎魂灯、孟婆汤&amp;hellip;&amp;hellip;最后当他把镇妖塔、蜀山派具现出来的时候,事情大条了。PS:郭镇接受记者采访告诉所有人要相信科学,武术是没有什么轻功的,然后他踩着一柄剑飞走了。</p>
                <div class="result-game-item-info">
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">作者:</span>
                        <span>问心万古</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">类型:</span>
                        <span class="result-game-item-info-tag-title">修真小说</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">更新时间:</span>
                        <span class="result-game-item-info-tag-title">2020-11-30 11:34:27</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">最新章节:</span>
                        <a cpos="newchapter" href="/book/51236/330767.html" class="result-game-item-info-tag-item" target="_blank">第二百一十八章 三伏天下雪了?这很郭先生!</a>
                  </p>
                </div>
            </div>
      </div>
         
      <div class="result-item result-game-item">
            <div class="result-game-item-pic">
                <a cpos="img" href="/book/51234/" class="result-game-item-pic-link" target="_blank" style="width:110px;height:150px;">
                  <img src="https://www.81zw.com/files/article/image/51/51234/51234s.jpg" class="result-game-item-pic-link-img" onerror="$(this).attr('src', '/images/nocover.jpg')">
                </a>
            </div>
            <div class="result-game-item-detail">
                <h3 class="result-item-title result-game-item-title">
                  <a cpos="title" href="/book/51234/" title="我家娘子不是妖" class="result-game-item-title-link" target="_blank">
                        <span>我家娘子不是妖</span>
                  </a>
                </h3>
                <p class="result-game-item-desc">天降美娇妻,坐拥万贯财。因为一纸神秘婚书,本是一介小捕头的陈牧莫名多了一位漂亮媳妇,以及万贯家财。媳妇姓白,美若天仙。身边还有一位叫小青的娇媚丫鬟。然而某天,一个浑身刺有金龙纹身的和尚忽然找到他,并告诉了他一个惊天大秘密——“施主,你家娘子不是人,她……是妖!”最让陈牧无语的是,不知从哪儿还冒出了七个头顶葫芦的精神小伙,声称媳妇抓了他们的爷爷。一时间,陈牧彻底凌乱了……——这是一个妖魍横行的世界,也是一个极欲极恶的世界。(豆芽出品,必属精品!)</p>
                <div class="result-game-item-info">
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">作者:</span>
                        <span>极品豆芽</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">类型:</span>
                        <span class="result-game-item-info-tag-title">玄幻小说</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">更新时间:</span>
                        <span class="result-game-item-info-tag-title">2020-12-01 11:26:26</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">最新章节:</span>
                        <a cpos="newchapter" href="/book/51234/333571.html" class="result-game-item-info-tag-item" target="_blank">第9章 妇人之美!(求推荐票)</a>

温柔的笑 发表于 2020-12-1 14:03

不好意思,正则我不会

w5530457 发表于 2020-12-1 14:05

用精易助手可以帮助你

极光110 发表于 2020-12-1 14:09

温柔的笑 发表于 2020-12-1 14:03
不好意思,正则我不会

如果有其他的解决方法也可以,求例子

apei 发表于 2020-12-1 14:14

本帖最后由 apei 于 2020-12-1 14:20 编辑


基本就这样 ,先用正则匹配出需要的文本,然后插入进去就好!



<span>(.*?)</span>
                  </a>
                </h3>
                <p class="result-game-item-desc">(.*?)</p>
                <div class="result-game-item-info">
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">作者:</span>
                        <span>(.*?)</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">类型:</span>
                        <span class="result-game-item-info-tag-title">(.*?)</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">更新时间:</span>
                        <span class="result-game-item-info-tag-title">(.*?)</span>
                  </p>
                  <p class="result-game-item-info-tag">
                        <span class="result-game-item-info-tag-title preBold">最新章节:</span>
                        <a cpos="newchapter" href="(.*?)" class="result-game-item-info-tag-item" target="_blank">(.*?)</a>

aaa123321 发表于 2020-12-1 14:29

6666666666666666

kll545012 发表于 2020-12-1 15:11

本帖最后由 kll545012 于 2020-12-1 15:13 编辑



正则.创建 (#表达式, 返回信息, 假, 真, 真, )
匹配数量 = 正则.取匹配数量 ()
.计次循环首 (匹配数量, i)
标题=正则.取子匹配文本 (i, 1, )
内容=正则.取子匹配文本 (i, 2, )
.。。
。。
然后再插到超级列表框内

极光110 发表于 2020-12-1 15:14

kll545012 发表于 2020-12-1 15:11
正则.创建 (#表达式, 返回信息, 假, 真, 真, )
匹配数量 = 正则.取匹配数量 ()
.计次循环首 (匹配数 ...

求正则QAQ

温柔的笑 发表于 2020-12-1 15:15

kll545012 发表于 2020-12-1 15:11
正则.创建 (#表达式, 返回信息, 假, 真, 真, )
匹配数量 = 正则.取匹配数量 ()
.计次循环首 (匹配数 ...

人家要的是正则表达式
页: [1] 2
查看完整版本: 易语言网页取指定文字求助