gpt4 book ai didi

javascript - jsviews 的 {{if}} 构造中的 string.indexof() 函数

转载 作者:行者123 更新时间:2023-11-30 17:39:16 24 4
gpt4 key购买 nike

我一直在使用 jsviews链接和呈现一些模板。在我的一个模板中,我有以下 {{if}} 条件。

<script id="listTmpl" type="text/x-jsrender">    
{{if content_type.indexof('IMG_') >= 0 }}
<span class="content-img-preview" data-src={{:distURL}}></span>
{{else}}
''
{{/if}}
</script>

其中 content_type 是可以类似于“IMG_201_345”的字符串。但是,indexof() 函数不起作用。我还能如何使用 {{if}} 条件检查字符串是否包含模式“IMG_”?

最佳答案

如果我使用 indexof 我的代码返回:

Error: Object IMG_201_345 has no method 'indexof'.

通过使用 indexOf 可以正常工作。

演示:http://jsfiddle.net/IrvinDominin/MG3nL/

关于javascript - jsviews 的 {{if}} 构造中的 string.indexof() 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21400168/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com