javascript - Questions about ajax?
欧阳克
欧阳克 2017-06-28 09:26:00
0
1
746

I accidentally encountered an ajax problem today. I have a question
Like the title

In option A, it is obviously wrong. Ajax itself cannot be accessed across domains.
In option B, I don’t understand it very well for the moment. Let’s leave it aside.
In option C, although ajax transmits data asynchronously, it can be synchronous as long as the third parameter of open is set to false.
D option Generally speaking, send is used to send data. If it is a get request, you can use open to directly attach the data to the url to have the effect of sending data.
Mainly because the answer to this question is C, I suspect the answer mistaken. The above is my understanding.

欧阳克
欧阳克

温故而知新,可以为师矣。 博客:www.ouyangke.com

reply all(1)
淡淡烟草味

What are the requirements for this question=. =

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!