开发者社区 问答 正文

Python字符串的 rfind()方法

str = "this is really a string example....wow!!!"; substr = "is";

print str.rfind(substr);的输出结果是什么?

展开
收起
游客ydhxr2xydmgpo 2021-11-04 19:51:08 334 分享 版权
1 条回答
写回答
取消 提交回答