PRN231_-_SP_2024_-_RE_1740.webp
Tokoyami20051

PRN231_-_SP_2024_-_RE_1740.webp

(Choose 1 answer)
Choose the correct information about the use of XMLHttpRequest (XHR) object to call the Web API.
A. var xhttp = new XMLHttpRequest():
xhttp.openurl("GET", "https://localhost:44324/api/ApiControllerName", true):xhttp.send():
B. var xhttp = new XMLHttpRequest();
xhttp.open("POST", "https://localhost:44324/api/ApiControllerName", true):xhttp.sendpost():
C. var xhttp = new XMLHttpRequest():
xhttp.openurl("GET", "https://localhost:44324/api/ApiControllerName", true):xhttp.sendrequest():
D. var xhttp = new XMLHttpRequest():
xhttp.open("GET", "https://localhost:44324/api/ApiControllerName", true);xhttp.send():
FUO

Thông tin

Category
PRN231
Thêm bởi
Tokoyami20051
Ngày thêm
Lượt xem
1,539
Lượt bình luận
6
Rating
0.00 star(s) 0 đánh giá

Share this media

Back
Bên trên Bottom