跳转到正文
月明星稀
返回
· Ryderwe

记录一个小片段:

export function sum(a: number, b: number) {
  return a + b;
}

有时候就想把这种“随手一记”放到说说里,而不是写成文章。