1. Would like to send data to add to the FormData in (using XMLHttpRequest must add data to the FormData or it will protect the wrong)
p>
2. A new XMLHttpRequest out
p>
3. Use the open method to specify the way to request (post or get) and URL
p>
4. Set the callback method
p>
5. The most important step: use the send method (data is stored in the FormData inside the parentheses) to send data
p>