永洪社区

标题: 下拉列表过滤问题 [打印本页]

作者: yhdata_mM5QSZOE    时间: 2024-8-15 10:20
标题: 下拉列表过滤问题
下拉列表过滤问题,怎么判断多选的值是否包含'A',包含关系怎么在脚本中表示

作者: yhdata_lyaa    时间: 2024-8-15 10:48
indexof函数,参考https://www.yonghongtech.com/rea ... ighlightsub=indexof
作者: yhdata_mM5QSZOE    时间: 2024-8-15 10:56
yhdata_lyaa 发表于 2024-8-15 10:48
indexof函数,参考https://www.yonghongtech.com/real-help/Z-Suite/10.2/ch/textfunction.html?zoom_highl ...

脚本中怎么写判断呀
作者: yhdata_lyaa    时间: 2024-8-15 11:32
var a = 下拉列表参数1.getSelectedObjects();

var b = [];

var i;

for (i=0;i<a.length;i++) {
if(find("A", a[0]))
{
debug("包含了A")
}
}






欢迎光临 永洪社区 (https://club.yonghongtech.com/) Powered by Discuz! X3.4