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