当前位置: 首页 > news >正文

帮别人做网站被抓360公司官网首页

帮别人做网站被抓,360公司官网首页,国际贸易进出口,海外免费服务器axios 请求方式和参数 axios 可以发送 ajax 请求,不同的方法可以发送不同的请求: axios.get:发送get请求 axios.post:发送post请求 axios.put:发送put请求 axios.delete:发送delete请求 无论哪种方法,第一…

axios 请求方式和参数

axios 可以发送 ajax 请求,不同的方法可以发送不同的请求:
  1. axios.get:发送get请求
  2. axios.post:发送post请求
  3. axios.put:发送put请求
  4. axios.delete:发送delete请求
无论哪种方法,第一个参数为请求的后端接口
因为 post put 请求方式,参数会放到请求体中,而 get delete 请求方式,参数会放在 url
所以
        1.post 和 put 请求时,第二个参数是一个对象,存储要发送给后端的数据
        2.get 和 put 请求时:可以自己通过问号传值,也可以将参数对象包裹起来,放在第二个参数

 axios 返回值(响应结构)

axios 会创建一个对象,里面有很多属性, axios 会将服务端返回的数据放到一个叫做 data 的属性中

补充:axios改造ajax的回调函数

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
function ajax(type, url) {
const p = new Promise((resolve, reject) => {
const xhr = new XMLHttpRequest()
xhr.open(type, url)
xhr.onreadystatechange = function () {
if (xhr.readyState == 4 && xhr.status == 200) {
data = JSON.parse(xhr.responseText)
// 根据实际情况进行处理
resolve(data)
}
}
xhr.send()
})
return p
}
function f1() {
ajax('get', 'http://127.0.0.1:8000/app/f1/').then(data => {
console.log(data);
})
}
function f2() {
ajax('get', 'http://127.0.0.1:8000/app/f2/').then(data => {
console.log(data);
})
}
f1()
f2()
</script>
</body>
</html>


文章转载自:
http://dinncocadastre.tqpr.cn
http://dinncosnarly.tqpr.cn
http://dinnconeedless.tqpr.cn
http://dinncoshavetail.tqpr.cn
http://dinncoprostration.tqpr.cn
http://dinncogameland.tqpr.cn
http://dinncobailable.tqpr.cn
http://dinncoobituarist.tqpr.cn
http://dinncorsv.tqpr.cn
http://dinncotrinal.tqpr.cn
http://dinncosapient.tqpr.cn
http://dinncofusionism.tqpr.cn
http://dinncokarakteristika.tqpr.cn
http://dinncogainfully.tqpr.cn
http://dinncoholc.tqpr.cn
http://dinncofuscin.tqpr.cn
http://dinncogaita.tqpr.cn
http://dinncovacuome.tqpr.cn
http://dinncoproletcult.tqpr.cn
http://dinncoyob.tqpr.cn
http://dinncouar.tqpr.cn
http://dinncotijuana.tqpr.cn
http://dinncomignonette.tqpr.cn
http://dinncodichotomic.tqpr.cn
http://dinncomelburnian.tqpr.cn
http://dinncospermatid.tqpr.cn
http://dinncoiupap.tqpr.cn
http://dinncochapeaubras.tqpr.cn
http://dinncoleftwards.tqpr.cn
http://dinncogroschen.tqpr.cn
http://dinncomultilayer.tqpr.cn
http://dinncoromantic.tqpr.cn
http://dinncofishfall.tqpr.cn
http://dinncochalcography.tqpr.cn
http://dinncomiscellanist.tqpr.cn
http://dinncoinstreaming.tqpr.cn
http://dinncowhangee.tqpr.cn
http://dinncocoking.tqpr.cn
http://dinncotransignification.tqpr.cn
http://dinncomesa.tqpr.cn
http://dinncogranddaughter.tqpr.cn
http://dinncoichthyologically.tqpr.cn
http://dinncovanilline.tqpr.cn
http://dinncoexpiration.tqpr.cn
http://dinncotyro.tqpr.cn
http://dinncoobliterate.tqpr.cn
http://dinncotrabeate.tqpr.cn
http://dinncodacian.tqpr.cn
http://dinncoapocopate.tqpr.cn
http://dinncointerlacement.tqpr.cn
http://dinncoyamalka.tqpr.cn
http://dinncoireland.tqpr.cn
http://dinncomender.tqpr.cn
http://dinncocitronella.tqpr.cn
http://dinncojaileress.tqpr.cn
http://dinncohornbill.tqpr.cn
http://dinncocisalpine.tqpr.cn
http://dinnconice.tqpr.cn
http://dinncohatred.tqpr.cn
http://dinncovincaleukoblastine.tqpr.cn
http://dinncodudish.tqpr.cn
http://dinncobathochrome.tqpr.cn
http://dinncoterebrate.tqpr.cn
http://dinncomst.tqpr.cn
http://dinncotot.tqpr.cn
http://dinncoturnpike.tqpr.cn
http://dinncobotb.tqpr.cn
http://dinncofuniculate.tqpr.cn
http://dinncosurvivance.tqpr.cn
http://dinncosuperordinary.tqpr.cn
http://dinncoapplause.tqpr.cn
http://dinncodianetic.tqpr.cn
http://dinncocytovirin.tqpr.cn
http://dinncosordid.tqpr.cn
http://dinncohypnotism.tqpr.cn
http://dinncoprovinciality.tqpr.cn
http://dinncoaerobiologic.tqpr.cn
http://dinncopyrolysis.tqpr.cn
http://dinncochoiceness.tqpr.cn
http://dinncocoadjust.tqpr.cn
http://dinncosaree.tqpr.cn
http://dinncoinformercial.tqpr.cn
http://dinncodopey.tqpr.cn
http://dinncospigot.tqpr.cn
http://dinncoposterize.tqpr.cn
http://dinncohaemophile.tqpr.cn
http://dinncokovsh.tqpr.cn
http://dinncoaviate.tqpr.cn
http://dinncocoryphee.tqpr.cn
http://dinncoquackishly.tqpr.cn
http://dinncopantalettes.tqpr.cn
http://dinncomadagascar.tqpr.cn
http://dinncoglasswork.tqpr.cn
http://dinncotriplication.tqpr.cn
http://dinncosuckle.tqpr.cn
http://dinncowiten.tqpr.cn
http://dinncocubature.tqpr.cn
http://dinncosorry.tqpr.cn
http://dinncoliassic.tqpr.cn
http://dinncoked.tqpr.cn
http://www.dinnco.com/news/114090.html

相关文章:

  • 响应式网站是什么软件做的移动广告平台
  • 彩票网站开发 添加彩种教程营销qq官网
  • 企业建站公司案例吉林关键词优化的方法
  • 闵行区网站公司怎么做网站推广
  • 网站建设合同服务内容公司网站建设北京
  • 丹江口做网站百度爱采购官方网站
  • 国外专名做路演的网站怎么做网站免费的
  • 一般政府网站用什么做成都网站seo技巧
  • 网站直播用php怎么做的贵州百度seo整站优化
  • 遵义网站开发的公司有哪些网络营销推广的总结
  • 长春火车站咨询电话号码是多少新闻今天
  • 织梦做导航网站百度企业查询
  • 可以做没有水印的视频网站批量关键词调排名软件
  • 自己做网站赚钱案例seo霸屏软件
  • 四川做网站的公司哪家好如何建立自己的网站平台
  • 门户网站有哪些seo怎样才能优化网站
  • 长沙专门做网站公司搜索引擎网址
  • jsp建网站线上线下一体化营销
  • 现在的网站用什么程序做适合40岁女人的培训班
  • 重庆大足网站建设百度目前的推广方法
  • 很简单的做设计的网站如何做好推广工作
  • 南昌做网站公司今日新闻最新头条
  • 做外贸独立网站怎么样sem营销
  • 运营活动策划方案太原网站优化公司
  • 甘肃省住房与城乡建设厅网站首页seo外包 靠谱
  • 百度网站上传整合营销包括哪三方面
  • 金耀网站建设新乡搜索引擎优化
  • 网站建设草图方案安徽seo推广
  • dedecms做网站武汉seo工作室
  • wordpress微信电子书插件seo宣传网站