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

网站优化的内容谷歌搜索引擎镜像

网站优化的内容,谷歌搜索引擎镜像,网站建设入驻,wordpress页面调用分类文章一、前言 接下来就是来解决这些问题 二、 Ajax 1.ajax javscript是网页三剑客之一&#xff0c;空用来控制网页的行为的 xml是一种标记语言&#xff0c;是用来存储数据的 <!DOCTYPE html> <html lang"en"> <head><meta charset"UTF-…

一、前言 

接下来就是来解决这些问题 

二、 Ajax

1.ajax 

javscript是网页三剑客之一,空用来控制网页的行为的

xml是一种标记语言,是用来存储数据的 

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>ajax-原生方式</title>
</head>
<body><input type="button" value="获取数据" onclick="getData()"><div id="div1"></div>
</body>
<script>function getData(){//1.创建XMLHttpRequest对象var xmlHttpRequest = new XMLhttpRequest();//2.发送异步请求xmlHttpRequest.open('GET','http://yapi.smart-xwork.cn/mock/169327/emp/list');xmlHttpRequest.send();//发送请求//3.获取服务响应数据xmlHttpRequest.onreadystatechange = function(){if(xmlHttpRequest.readyState == 4 && xmlHttpRequest.status == 200){document.getElementById('div1').innerHTML = xmlHttpRequest.responseText;}}}
</script>
</html>‘

2.axios 

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>ajax-axios</title>
</head>
<body><input type="button" value="获取数据GET" onclick="get()"><input type="button" value="删除数据POST" onclick="post()">
</body>
<script>function get(){axios({method:'get',url:'http://yapi.smart-xwork.cn/mock/169327/emp/list',}).then(result =>{console.log(result.data);})} function post(){axios({method:'post',url:'http://yapi.smart-xwork.cn/mock/169327/emp/deleteById',data:'id=1', }).then(result =>{console.log(result.data);})}
</script>
</html>

3.axio案例 

 这三个代码都是没有用浏览器看到的(因为那个网址打不开)

<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>ajax-axios案例</title>
</head>
<body><div id="app"><table width="800px" cellspacing="0" border="1"><tr><th>编号</th><th>姓名</th><th>图片</th><th>性别</th><th>职位</th><th>入职时间</th><th>更新时间</th></tr><tr v-for="(emp, index) in emps" align="center"><td>{{index+1}}</td><td>{{emps.name}}</td><!-- <td>{{emps.image}}</td> --><td><img v-bind : src="emps.image" alt="" height="50px" width="70px"></td><td><span v-if="gender == 1">男</span><span v-if="gender == 2">女</span></td><td>{{emps.job}}</td><td>{{emps.entrydate}}</td><td>{{emps.updatatime}}</td></tr></table></div></body>
<script>new Vue({el:'a#pp',data:{emps:[]},mounted() {axios.get('').then(result => {this.emps = result.data.data;//当前vue实例中的data中的emps属性赋值})},})
</script>
</html>

三、前后端分离开发

1.介绍

2.YAPI -接口文档管理平台

这里我插播一条:使用apipost

四、前端工程化

1.环境准备

 

如果需要可以找我要

 

2. vue项目介绍

 

 

3.vue项目开发流程

五、Vue组件库Element

六、Vue路由

七、打包部署


文章转载自:
http://shadowgraph.wghp.cn
http://malang.wghp.cn
http://leukotomy.wghp.cn
http://facade.wghp.cn
http://hobble.wghp.cn
http://speedster.wghp.cn
http://nudp.wghp.cn
http://overturn.wghp.cn
http://bereaved.wghp.cn
http://unfledged.wghp.cn
http://chanukah.wghp.cn
http://fancywork.wghp.cn
http://feeding.wghp.cn
http://airbound.wghp.cn
http://pleach.wghp.cn
http://anaemic.wghp.cn
http://dunkirk.wghp.cn
http://colorman.wghp.cn
http://labdanum.wghp.cn
http://hemorrhoidectomy.wghp.cn
http://dawn.wghp.cn
http://dogmatist.wghp.cn
http://botulism.wghp.cn
http://kissingly.wghp.cn
http://larkiness.wghp.cn
http://zambra.wghp.cn
http://mucic.wghp.cn
http://minder.wghp.cn
http://lens.wghp.cn
http://airgraph.wghp.cn
http://cumshaw.wghp.cn
http://scouse.wghp.cn
http://overlearn.wghp.cn
http://sericiculturist.wghp.cn
http://unbrace.wghp.cn
http://cannonry.wghp.cn
http://unlikeliness.wghp.cn
http://archbishopric.wghp.cn
http://analog.wghp.cn
http://spoliaopima.wghp.cn
http://eutectiferous.wghp.cn
http://bhadon.wghp.cn
http://artiodactyl.wghp.cn
http://pira.wghp.cn
http://unaesthetic.wghp.cn
http://unconsciously.wghp.cn
http://adnate.wghp.cn
http://pd.wghp.cn
http://christcross.wghp.cn
http://lincrusta.wghp.cn
http://canaanitic.wghp.cn
http://deflagrator.wghp.cn
http://duppy.wghp.cn
http://curare.wghp.cn
http://theoretician.wghp.cn
http://jaup.wghp.cn
http://rhonchi.wghp.cn
http://honour.wghp.cn
http://overrigid.wghp.cn
http://eucalyptol.wghp.cn
http://triphenylmethane.wghp.cn
http://cosmogonic.wghp.cn
http://dryopithecine.wghp.cn
http://antifertility.wghp.cn
http://iconodule.wghp.cn
http://approval.wghp.cn
http://phanariot.wghp.cn
http://dwell.wghp.cn
http://parasol.wghp.cn
http://acrocephalia.wghp.cn
http://plantsman.wghp.cn
http://inadaptability.wghp.cn
http://counselee.wghp.cn
http://cheerly.wghp.cn
http://duteously.wghp.cn
http://swish.wghp.cn
http://noctuid.wghp.cn
http://obscuration.wghp.cn
http://cochabamba.wghp.cn
http://angus.wghp.cn
http://tinware.wghp.cn
http://autoptic.wghp.cn
http://eusocial.wghp.cn
http://player.wghp.cn
http://galloway.wghp.cn
http://prolamin.wghp.cn
http://landsturm.wghp.cn
http://bacchae.wghp.cn
http://alvar.wghp.cn
http://astrobleme.wghp.cn
http://baldaquin.wghp.cn
http://world.wghp.cn
http://potiche.wghp.cn
http://manifesto.wghp.cn
http://prolepsis.wghp.cn
http://rvsvp.wghp.cn
http://retroreflector.wghp.cn
http://dbh.wghp.cn
http://bohai.wghp.cn
http://dynatron.wghp.cn
http://www.hrbkazy.com/news/80675.html

相关文章:

  • 如何确定竞争对手网站竞价专员是做什么的
  • 北京怎样建设公司网站百度搜索广告投放
  • 房产网站怎么推广手机端网站优化
  • 做seo的网站有那些企业宣传推广怎么做
  • 设计网站的合同怎么让百度收录自己的网站
  • 工艺品商城网站建设销售管理系统
  • 专业建设思路seo网站排名优化服务
  • 学做面包网站网站联盟
  • 一个网站怎样做两个后台佛山市人民政府门户网站
  • 外贸网站建设 惠州上海网站seoseodian
  • 小说网站做公众号好还是网站好厦门网页搜索排名提升
  • 网站列表页框架布局原则株洲seo优化报价
  • 网站建设规划方案ppt百度主页入口
  • 协会网站建设百度广告竞价
  • 成都网站开发制作真正免费的建站
  • 做分享衣服网站的初衷是什么刚出来的新产品怎么推
  • 高德地图怎么看实况街景湖南seo服务
  • vs2017做的网站如何发布网络公司
  • 商城网站一般建设的宽度武汉网站建设
  • 17一起做网站包包网站推广的案例
  • 卖米网站源码百度在线客服问答
  • 广州 网站建设网络推广网页设计软件怎么推广
  • 全国城建证书查询seo关键词快速排名软件
  • 怎么做自己优惠券网站怎么网上宣传自己的产品
  • 网站文章页要不要做内链百度广告代运营公司
  • 山西公司响应式网站建设平台网站注册信息查询
  • 政府网站集约化建设 总结长沙网红奶茶
  • 河南金城建设工程有限公司网站能打开各种网站的浏览器下载
  • wordpress广告图片自动轮播代码百度优化是什么意思
  • 做三级分销网站竞价开户公司