摘要:
PHP数据 <?php // 数据 $arr = array( array("百度", "http://www.baidu.com/"), array("网易", "http://www.163.com/"), array("网易新闻", "http://news.163.com/"), ); $l 阅读全文
posted @ 2017-09-12 22:36
再见,时光
阅读(290)
评论(0)
推荐(1)
摘要:
如何发起请求 xhr.send(); 备注: 如果是get方式,send()命令中不用写任何参数 传递的数据可以写在url中,服务器用$_GEET[“参数名”]接收 如果是post方式发送请求,需要设置头才能正确把数据传递给后端页面 xhr.setRequestHeader('Content-typ 阅读全文
posted @ 2017-09-12 12:16
再见,时光
阅读(544)
评论(0)
推荐(0)