例如:>>> convert('CamelCase')'camel_case'
例子:
>>> convert('CamelCase') 'camel_case'
举个例子,这当然是大材小用。但对于大型应用程序来说,没必要重新发明轮子,也不需要搞得那么复杂。