A.byte B.double C.boolean D.string
A.document.getElementById("divResult").color=red; B.document.getElementById("divResult").style.color=#10011; C.document.getElementById("divResult").color=“red”; D.document.getElementById("divResult").style.color=“red“;
A.POST B.GET C.PUT D.以上都是