Base.prototype.css=function(attr,value){
// this.elements[0].style.attr=value;
this.elements[0].style[attr] = value;
return this;
}
질문: 밑줄 친 문장에서 .style[attr]이 왜 이런가요? 이해가 안 돼요 선생님이 설명해 주실 수 있나요?
나는 질문에 대한 답을 알고 있습니다
나는 질문에 대한 답을 알고 있습니다