私はLESSを使用しており、このコードを書く必要があります
*zoom: expression(
this.runtimeStyle.zoom="1",
this.insertBefore(
document.createElement("div"),
this.childNodes[0]
).className="before",
this.appendChild(
document.createElement("div")
).className="after"
);
しかし、構文エラーが少なくなります。私たちを手伝ってくれますか?