今天看到一个网站上的代码如下:a = document.createElement("div");this.cssClassName && "" !== this.cssClassName ? a.setAttribute("class", "videosCarouselItem " + this.cssClassName) : a.setAttribute("class", "videosCarouselItem"); a.setAttribute("style", this.cssObj2Text("Items", c));请问其中的this.cssClassName?
添加回答
举报
0/150
提交
取消