随笔分类 -  JS

摘要:利用js发送简单GET的请求:var xmlhttp;if (window.XMLHttpRequest){// code for IE7+, Firefox, Chrome, Opera, Safari xmlhttp=new XMLHttpRequest();} else {// code... 阅读全文
posted @ 2015-04-29 18:44 Chocolate·Lee 阅读(861) 评论(0) 推荐(1)