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.以上都是
A.select*from table where id in(1001 1002) B.select*from product swhere id between 1001 and 1004 C.select*from table where id not in(1004 1005) D.select*from table where id=1001 and vend_id=1002