Skip to content

Commit

Permalink
修复文档错误
Browse files Browse the repository at this point in the history
  • Loading branch information
yong.teng committed Dec 3, 2024
1 parent f9f3ce1 commit 95d128a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/manual/3.0/string.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
| [repeat](string.html#repeatcount-number) | 重复一个字符串 |
| [left](string.html#leftlength-number) | 截取字符串左边边指定数目的字符串 |
| [right](string.html#rightlength-number) | 截取字符串右边指定数目的字符串 |
| [truncation](string.html#truncationlength-number,-truncation-string) | 截取字符串,超出部分用 truncation 替代 |
| [truncation](string.html#truncationlength-number,-truncation?-string-=-"...") | 截取字符串,超出部分用 truncation 替代 |
| [ltrim](string.html#ltrim) | 删除字符串开头的空白字符 |
| [rtrim](string.html#rtrim) | 删除字符串结尾的空白字符 |
| [startsWith](string.html#startswithstr-string) | 判断字符串是否以给定的字符串开头 |
Expand Down
8 changes: 4 additions & 4 deletions src/manual/3.0/window.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@

### 方法

| 方法 | 描述 |
| ---- | ---- |
| [copy](window.html#copystr-string) | 将字符串复制到剪贴板 |
| [delay](window.html#copystr-string) | 将字符串复制到剪贴板 |
| 方法 | 描述 |
| ---- | ---- |
| [copy](window.html#copystr-string) | 将字符串复制到剪贴板 |
| [delay](window.html#delayfunc-function,-wait?-number,-...args-any) | 延时执行方法 |


---
Expand Down

0 comments on commit 95d128a

Please sign in to comment.