2007年02月03日 星期六 11:36
On 2/3/07, Zoom. Quiet <zoom.quiet在gmail.com> wrote: > 刚刚注意到: > http://wiki.woodpecker.org.cn/moin/NewEditTutorial > > > 现在啄木鸟维基使用ACL 后,没有页面的编辑攻击了, > 但是使用 PageComment2 注释插件后,还是被盯上了, > 大家有什么好的建议? > > 希望一同观察 PageComment2 的代码,改进以杜绝此类干扰哪 ;-) > 没有用户认证功能干脆就不用。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
2007年02月03日 星期六 12:42
请教 怎么实现对字符串取前n个字的函数 如: str='abc喷砂霍布斯' 取前5个字应该得到'abc喷砂' python中的len()函数只是取字节数的。 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20070203/3751ab70/attachment.html
2007年02月03日 星期六 12:47
直接把字符串当数组用,像这样: str='abc喷砂霍布斯' print str[:5] abc喷 On 2/3/07, 叶忠华 <yzh98在126.com> wrote: > > 请教 > > 怎么实现对字符串取前n个字的函数 如: > str='abc喷砂霍布斯' > 取前5个字应该得到'abc喷砂' > python中的len()函数只是取字节数的。 > > > > > ------------------------------ > 想加入吗?1.9亿用户正在使用网易邮箱 www.126.com <http://www.126.com/> > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- Best Regards, Archer Ming Zhe Huang -------------- 下一部分 -------------- 一个HTML附件被移除... URL: http://python.cn/pipermail/python-chinese/attachments/20070203/5b910e59/attachment.htm
2007年02月03日 星期六 13:03
On 2/3/07, 叶忠华 <yzh98在126.com> wrote: > 请教 > 怎么实现对字符串取前n个字的函数 > 如: > str='abc喷砂霍布斯' > 取前5个字应该得到'abc喷砂' > python中的len()函数只是取字节数的。 > 先转为unicode再取就行了。 -- I like python! UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad My Blog: http://www.donews.net/limodou
Zeuux © 2025
京ICP备05028076号