源代码
import camelcase c = camelcase.CamelCase() txt = "hello world" print(c.hump(txt))
运行结果