今天看到一个网站上的代码如下:
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?
相关分类