zhengyiming
9 天以前 0b0a35f9d78e0c03ccdd6ca94d9855787b208b59
1
2
3
4
// 示例方法,没有实际意义
export function trim(str: string) {
  return str.trim();
}