logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

支付宝小程序

支付宝小程序仓库:https://git.dev.tencent.com/youxikeji/xcx-zfb.gitmy.switchTab({url: '/pages/member/index/index'});my.navigateTo({url: '../goods/detail/detail?objectId=' + adV...

mpvue 请求 flyio

npm install flyiogithub地址:https://github.com/wendux/fly发起GET请求//通过用户id获取信息,参数直接写在url中$fly.get('/user?id=133').then(function (response) {console.log(response);}).catch(fu...

react 初级的学习笔记

1.动态开发语言 java python2.静态开发语言 c++,c#,typeScripttypeScript 的优势优点:效率高,丰富的接口提示,更少的错误,编译期间就能发现大部分错误缺点:增加学习成本,短期内增加了一些开发成本数据类型:7种原始类型Boolean,Null,Undefined,Number,BigInt,String,Symbol 和 ObjectReact 是什么 ???1

vue 报错 C:\Program Files\Git\cmd\git.EXE ls-remote -h -t https://github.com/nhn/raphael.git

https://blog.csdn.net/weixin_44931166/article/details/114669628

axios安装和请求格式

https://blog.csdn.net/qq_42783610/article/details/82054156

vue 定义全局方法,三种方法

方法一:使用Vue.prototype//在mian.js中写入函数Vue.prototype.getToken = function (){...}//在所有组件里可调用函数this.getToken();方法二:使用exports.install+Vue.prototype// 写好自己需要的fun.js文件exports.install = function (Vue, options) {

暂无文章信息