摘要:
View Code /** * 得到ajax对象 */ function getajaxHttp() { var xmlHttp; try { // Firefox, Opera 8.0+, Safari xmlHttp = new XMLHttpRequest(); } catch (e) { // Internet Explorer try { xmlHttp = new ActiveXObject("Ms... 阅读全文
posted @ 2012-04-27 16:55
zhangchun
阅读(458)
评论(0)
推荐(0)
浙公网安备 33010602011771号