Create an XMLHttpRequest object and make a request for an XML document. var xmlhttp = new XMLHttpRequest(); xmlhttp.open("POST","books");
確定! 回上一頁