Discuss / JavaScript / 提交 一把

提交 一把

Topic source

jaychang87

#1 Created at ... [Delete] [Delete and Lock User]

var js = document.querySelector("#test-div > p#test-js");


js.innerText="JavaScript";


js.style.color="#ff0000";
js.style.fontWeight="bold";

  • 1

Reply