聊天test , 基于umi antd
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

4 lines
96 B

7 months ago
  1. // 示例方法,没有实际意义
  2. export function trim(str: string) {
  3. return str.trim();
  4. }