如果我的计算机上没有HTML文件,有没有办法在Jasonette的网站上搜索文本?也许在查看源:[URL]直接在网站上?我在谷歌上没有找到任何关于这个话题的信息。我只有一个网络容器,现在我正在尝试使用 if 循环从网站搜索文本。 像这样:
if [text] is on [website] {
do this
}
试试这个:
{
"{{#if $jason.url.indexOf('foto') !== -1 }}": {
"type": "$util.share",
"options": {
"items": [{
"type": "image",
"url": "{{$jason.url}}"
},{
"type": "text",
"text": "herbal57online"
}]}
}
},
它将过滤URL,如果URL包含单词"foto",它将运行代码