gpt4 book ai didi

python - Ruby 相当于 Python str[3 :]

转载 作者:数据小太阳 更新时间:2023-10-29 07:12:11 25 4
gpt4 key购买 nike

是否有 Ruby 等效于 Python 的方法来获取在字符串末尾结束的子字符串,如 str[3:]?必须输入字符串的长度并不方便。

最佳答案

传递最后一个元素 = -1 的范围

str[3..-1]

关于python - Ruby 相当于 Python str[3 :],我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12978768/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com