摘要:
// XMLHttpRequest请求 function xhr (url, data) { var xhr = new XMLHttpRequest() if (xhr) { xhr.open('POST', url, true) // 默认为异步true、同步为false xhr.setRequestHeader('Content-Type',... 阅读全文
posted @ 2018-06-20 23:57
鱿鱼须须
阅读(224)
评论(0)
推荐(0)

浙公网安备 33010602011771号