随笔分类 -  http

摘要:获取带参数URL:request.get_all_path() 获取不带参数URL:request.path 获取主机地址:request.get_host() 阅读全文
posted @ 2022-11-28 13:31 门徒21 阅读(33) 评论(0) 推荐(0)
摘要:// 读取本地json文件 export function GetUserAction (query){ let quesa = axios.get('/json/userAction.json').then(res => { // 获取public下的buildmenu.json文件数据 cons 阅读全文
posted @ 2022-11-25 16:35 门徒21 阅读(1728) 评论(0) 推荐(0)
摘要:1·vue获取路径传值 getEqRequest (query) { query = { data_point_app_id: this.$route.query.data_point_app_id, data_point_app_name: this.$route.query.data_point 阅读全文
posted @ 2022-11-15 17:12 门徒21 阅读(57) 评论(0) 推荐(0)
摘要:response.status_code 状态码 response.url 请求url response.encoding 查看响应头部字符编码 response.cookies cookie信息 response.headers 头信息 response.text 文本形式的响应内容 respon 阅读全文
posted @ 2021-09-17 18:39 门徒21 阅读(205) 评论(0) 推荐(0)