var Cts = "bblText";

if(Cts.indexOf("Text") > 0 )
{
    alert('Cts中包含Text字符串');
}

 

相关文章: