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