2019年3月6日
摘要: 一、基于JS的Ajax的实现 step1: var xmlhttp=XMLHttprequest() step2: xmlhttp.open("") #连接server端 step3: xmlhttp.send("name=alex") #请求体的内容 if GET请求: send(null) st 阅读全文
posted @ 2019-03-06 18:06 xibuhaohao 阅读(84) 评论(0) 推荐(0) 编辑