专题文章
时长:00:00更新时间:2020-11-27 21:17:15
javaScript如何生成xmlhttp_javascript技巧: 代码如下: function ajaxFunction(){ var xmlHttp; try { // Firefox, Opera 8.0+, Safari xmlHttp = new XMLHttpRequest(); } catch (e) { try {// Internet Explorer xmlHttp = new ActiveXObj
查看详情