夏日摸摸茶 发表于 2011-7-2 21:43:35

检查点的text值可以取源代码中的内容吗?(已解决)

本帖最后由 夏日摸摸茶 于 2011-7-2 21:53 编辑

以前设检查点 都是从网页里找的中文内容

根据检查点的原理 写成以下形式也应该是正确的吧?

web_reg_find("SaveCount=count",
    "Text={username}</a></cite>",
    LAST);

其中username为参数化的用户名用户名</a></cite> 这是从源代码中看到的

这请问下样有问题没?

夏日摸摸茶 发表于 2011-7-2 21:53:11

亲自实践了一下是可以的

vuser_init.c(80): Registered web_reg_find successful for "Text=test0124</a></cite>" (count=1)       
vuser_init.c(80): Notify: Saving Parameter "count = 1"
vuser_init.c(80): web_url("Discuz! Board") highest severity level was "warning", 27182 body bytes, 396 header bytes, 13 chunking overhead bytes       
vuser_init.c(90): Notify: Parameter Substitution: parameter "count" ="1"

wsbuaa 发表于 2011-7-4 08:40:15

当然可以,以为本来这个函数就是从源码里面找的……
页: [1]
查看完整版本: 检查点的text值可以取源代码中的内容吗?(已解决)