0

如果我的计算机上没有 HTML 文件,有没有办法在 Jasonette 的网站上搜索文本?也许通过 view-source:[URL] 直接在网站上?我在 Google 上没有找到关于这个主题的任何信息。我只有一个网络容器,现在我正在尝试使用 if 循环从网站搜索文本。就像是:

if [text] is on [website] {
  do this
}
4

1 回答 1

0

尝试这个 :

{
"{{#if $jason.url.indexOf('foto') !== -1  }}": {
"type": "$util.share",
"options": {
"items": [{
"type": "image",
"url": "{{$jason.url}}"
},{
"type": "text",
"text": "herbal57online"
}]}
}
},

它将过滤 url,如果 url 包含单词“foto”,它将运行代码

于 2020-08-09T02:24:53.197 回答