标签:-- div .class cti code dex string 函数 comment
x y
1 x + 3 4
3 x * 2 6
传入
↓
Iput[i].onclick =
function
(){
///清除所有样式
for
(
var
j = 0; j < Iput.length; j++) {
Iput[j].className =
‘‘
;
box[j].style.display =
‘none‘
;
}
//给当前的按钮和div添加样式
this
.className =
‘ing‘
;
box[
this
.index].style.display =
‘block‘
;
}
}
返回 →
标签:-- div .class cti code dex string 函数 comment
原文地址:https://www.cnblogs.com/Longhua-0/p/9270162.html