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