gpt4 book ai didi

actionscript-3 - ActionScript 3 : check if string contains another string

转载 作者:行者123 更新时间:2023-12-04 01:35:25 32 4
gpt4 key购买 nike

如何检查一个字符串是否包含 flash/Actionscript 3 中的另一个字符串?

感谢帮助。

最佳答案

var a = "hello world";
if(a.indexOf("world") >= 0){
//It contains the String!
}

关于actionscript-3 - ActionScript 3 : check if string contains another string,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9229572/

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