基本功
Vue2系列
Vue3系列
React
Appearance
断言某个变量对象不会是 null/undefined,告诉编辑器停止报错。
// 断言后端返回的肯定有data属性 const data = responese!.data;