js ,怎样输出包含某一子字符串的所有字符串。Js代码收藏代码var Cts = "bblText" if(Cts.indexOf("Text") >0 ){alert('Cts中包含Text字符串'2023-02-21JavaScript130