2007年07月06日 星期五 14:04
import re match = re.search(r'\d+','132gs') if match: print match.group(0) else: print "no match" 输出“123” -------------------------------------------------------- 有这样的设计总有他的意图。 不过,发现Python的文档不大好。我现在也在学用正则表达式,我search的结果却不知 道怎么查出来。就只能 if (re.search(r'\d+','132gs')==None): pass else: pass 这样处理吗?可不可以直接就得到132呢?
2007年07月06日 星期五 14:09
ServHTTP ÊÇÒ»¸öÍêÈ«Ä£¿é»¯£¬¿ìËÙ£¬°²È«¼°Ãâ·ÑµÄ HTTP/HTTPS Ó¦Ó÷þÎñÆ÷£¬Ö§³Ö Python ²å¼þ¡£Ö»Ðè1·ÖÖӾͿÉÒÔд³ö×Ô¼ºµÄ Python ²å¼þ¡£ ĿǰΪ 0.0.1 °æ£¬ »¶ÓʹÓúͲâÊÔ£¬Ï£Íû´ó¼Òϲ»¶Õâ¿îÈí¼þ ^_^ ¼ò½é£º http://www.icho.cn/eight/shtml/product/servhttp/index.html Îĵµ£¨ÓÐ Python SDK£©£º http://www.icho.cn/eight/shtml/product/servhttp/documention/index.html ÏÂÔØ£º http://www.icho.cn/eight/shtml/product/servhttp/download.html Redhat RPM ¿ÉÓᣠ·´À¡¡¢Òâ¼û¡¢½¨Òé»ò bug report ¿É mail to: tech在icho.cn£¬ ·Ç³£¸Ðл£¡ _________________________________________________________________ ʹÓÃÏÂÒ»´úµÄ MSN Messenger¡£ http://imagine-msn.com/messenger/launch80/default.aspx?locale=zh-cn&source;=wlmailtagline -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070706/924362ac/attachment.html
2007年07月06日 星期五 14:13
À÷º¦°¡£¡ ¿´¿´ÎĵµÏÈ£¬¼ÓÓͼÓÓÍ£¡ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070706/1ab95e8d/attachment.htm
2007年07月06日 星期五 17:58
ÍÛ£¬1·ÖÖÓ ºÃÓÕÈË£¡ ÔÚ07-7-6£¬·çÏò±ê <vaneoooo在gmail.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 > -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20070706/115b40b6/attachment.htm
Zeuux © 2025
京ICP备05028076号