当前位置:首页 > TypeScript

Vue 网络请求模块封装 (axios)

yc8881年前 (2022-12-21)385
Vue 网络请求模块封装 (axios)
1. vue 中如何发送网络请求 ?2. 在 vue 脚手架中使用 axios3. 请求配置4. 配置默认值5. 网络请求模块封装1. vue 中如何发送网络请求 ? 选择一: XMLHttpRequ...

初识 TypeScript

yc8881年前 (2022-12-21)235
初识 TypeScript
1. TypeScript 是什么 ?2. 为什么要学习 TypeScript ?3. 安装 TypeScript4. 原始数据类型和 any 类型5. 数组和元组(tuple)6. Interfac...