zhengyiming
2025-07-11 cd837f7efcfaf427b478236c5cd2eb98e78d170b
1
2
3
4
// 示例方法,没有实际意义
export function trim(str: string) {
  return str.trim();
}