📌  相关文章
📜  查找最后一次出现的python代码示例

📅  最后修改于: 2022-03-11 14:45:08.891000             🧑  作者: Mango

代码示例1
>>> s = 'hello'
>>> s.rfind('l')
3