分享ajax的三种解析模式
一、Ajax中的JSON格式html代码:<html><body> <input type="button" value="Ajax" id="btn"> <script>var btn = document.getElementById("btn");btn.onclick = function(){var xhr = getXhr();xhr.open("post","10.php");xhr.setRe...