慕婉清9109592
2017-08-29 11:40
//找到类名中包含了imooc的元素
if(-1 !== className.indexOf('imooc')){
//this指向匹配元素集合中的当前元素
$(this).addClass('imoocClass')
}
不懂那个if里面的判断是什么意思
printf("first floor is right"); System.out.println("楼上说的对"); Debug.log("一階の話は合っている");
楼上说得对
楼上说的对。。。
indexOf() 方法可返回imooc在字符串中首次出现的位置,如果imooc没有出现,则返回 -1。这个判断是className里面有没有imooc的意思
jQuery基础 (一)—样式篇
217509 学习 · 1218 问题
相似问题