在vue/src/shared/这个路径下有个util.js里面有这种写法export function isUndef (v: any): boolean %checks { return v === undefined || v === null }那个%checks是做啥的。。 查看完整描述