标签: python
例如:
>>> help(str.rsplit)
提示:
Help on method_descriptor: rsplit(self, /, sep=None, maxsplit=-1)
“ /”是什么意思?