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