File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -658,8 +658,6 @@ string.rep['>5.2'] =
658658' 返回 `n` 个字符串 `s` 以字符串 `sep` 为分割符连在一起的字符串。 默认的 `sep` 值为空字符串(即没有分割符)。 如果 `n` 不是正数则返回空串。'
659659string.rep [' <5.1' ] =
660660' 返回 `n` 个字符串 `s` 连在一起的字符串。 如果 `n` 不是正数则返回空串。'
661- string.rep [' >5.2' ] =
662- ' 返回 `n` 个字符串 `s` 以字符串 `sep` 为分割符连在一起的字符串。 默认的 `sep` 值为空字符串(即没有分割符)。 如果 `n` 不是正数则返回空串。'
663661string .reverse =
664662' 返回字符串 s 的翻转串。'
665663string .sub =
Original file line number Diff line number Diff line change @@ -658,8 +658,6 @@ string.rep['>5.2'] =
658658' 回傳 `n` 個字串 `s` 以字串 `sep` 為分割符連在一起的字串。 預設的 `sep` 值為空字串(即沒有分割符)。 如果 `n` 不是正數則回傳空串。'
659659string.rep [' <5.1' ] =
660660' 回傳 `n` 個字串 `s` 連在一起的字串。 如果 `n` 不是正數則回傳空串。'
661- string.rep [' >5.2' ] =
662- ' 回傳 `n` 個字串 `s` 以字串 `sep` 為分割符連在一起的字串。 預設的 `sep` 值為空字串(即沒有分割符)。 如果 `n` 不是正數則回傳空串。'
663661string .reverse =
664662' 回傳字串 s 的翻轉串。'
665663string .sub =
You can’t perform that action at this time.
0 commit comments