2004年05月25日 星期二 15:31
当然有。在string模块里面,例子: import string str1 = 'abcde' str2 = string.upper(str1) 一般对字符串的处理在string模块里面,你在交互环境下 import string dir(string) 就能看到string模块有什么函数。 Help(string) 就能看string模块的各函数的help 随便down一本python的电子书,先看看。 -----邮件原件----- 发件人: info at xichen.com [mailto:info at xichen.com] 发送时间: 2004年5月25日 15:01 收件人: python-chinese 主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? python-chinese,您好! 请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数? 致 礼! info info at xichen.com 2004-05-25
2004年05月25日 星期二 16:24
Tan Lihui,您好! 谢谢了。你那里有什么好的电子书吗? ======= 2004-05-25 15:31:06 您在来信中写道:======= >当然有。在string模块里面,例子: >import string > >str1 = 'abcde' >str2 = string.upper(str1) > >一般对字符串的处理在string模块里面,你在交互环境下 >import string >dir(string) >就能看到string模块有什么函数。 >Help(string) >就能看string模块的各函数的help > >随便down一本python的电子书,先看看。 > >-----邮件原件----- >发件人: info at xichen.com [mailto:info at xichen.com] >发送时间: 2004年5月25日 15:01 >收件人: python-chinese >主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? > >python-chinese,您好! > 请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数? > > > 致 >礼! > > > info > info at xichen.com > 2004-05-25 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! info info at xichen.com 2004-05-25
2004年05月25日 星期二 16:24
Tan Lihui,您好! 谢谢了。你那里有什么好的电子书吗? ======= 2004-05-25 15:31:06 您在来信中写道:======= >当然有。在string模块里面,例子: >import string > >str1 = 'abcde' >str2 = string.upper(str1) > >一般对字符串的处理在string模块里面,你在交互环境下 >import string >dir(string) >就能看到string模块有什么函数。 >Help(string) >就能看string模块的各函数的help > >随便down一本python的电子书,先看看。 > >-----邮件原件----- >发件人: info at xichen.com [mailto:info at xichen.com] >发送时间: 2004年5月25日 15:01 >收件人: python-chinese >主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗? > >python-chinese,您好! > 请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数? > > > 致 >礼! > > > info > info at xichen.com > 2004-05-25 > >_______________________________________________ >python-chinese list >python-chinese at lists.python.cn >http://python.cn/mailman/listinfo/python-chinese = = = = = = = = = = = = = = = = = = = = 致 礼! info info at xichen.com 2004-05-25
Zeuux © 2024
京ICP备05028076号