基本功
Vue2系列
Vue3系列
React
Appearance
用于数字太长导致可读性变差的问题,不会影响实际效果。 作用就是: 可以使用数字分隔符 _ 增强数字的可读性
const num = 2_333_4444 // num === 23334444