- 博客(2)
- 收藏
- 关注
原创 git常用应用
git一、git常用操作/**git常用操作命令**/1. git branch <分支名称> //创建分支2. git checkout -b <分支名称> //创建并切换到创建的分支上3. git branch //查看所有分支4. git checkout master //切换到master分支5. git merge dev //合并dev分支到master分支,前提要先切换到master分支之后,执行合并操作6. git branch -d <nam
2022-02-16 09:13:24
139
原创 传递参数格式为form-data与json的区别,以及ajax、axios、fetch请求的方式
标题前端请求后台接口时,传递参数格式为form-data与json的区别一、form-data格式请求头:1.application/x-www-form-urlencoded表单格式提交数据,通过form标签的action属性,如果不设置 enctype 属性,那么最终就会以 application/x-www-form-urlencoded 方式提交数据html:<form id="myform" onsubmit="return false;"> 用户名:<i
2020-09-18 10:22:48
22447
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人