Projects STRLCPY CVS Commits da1d595d
🤬
  • ■ ■ ■ ■ ■ ■
    VDSL_CN.md
    skipped 30 lines
    31 31  | bytes | 字节数组 | `[]byte` |
    32 32  | error | [错误](#error-values) 值 | - |
    33 33  | time | 时间值 | `time.Time` |
    34  -| array | 值数组_(可变 )_ | `[]any` |
     34 +| array | 值数组 _(可变 )_ | `[]any` |
    35 35  | const array | [常量](#const-values) 数组 | - |
    36 36  | map | 具有字符串键的值映射 _(可变)_ | `map[string]any` |
    37 37  | const map | [常量](#const-values) 映射 | - |
    skipped 396 lines
    434 434   
    435 435  ### For-In 语句
    436 436   
    437  -VDSL中新增了“For In”语句。它类似于Go的“for range”语句。
     437 +VDSL中新增了“for in”语句。它类似于Go的“for range”语句。
    438 438   
    439 439  “For In”语句可以迭代任何可迭代的值类型(数组、映射、字节、字符串、nil)。
    440 440   
    skipped 88 lines
Please wait...
Page is in error, reload to recover