2008年01月03日 星期四 11:36
ͨ¹ýȡʱ¼äµÄº¯Êý£¬È¡µ½µÄʱ¼äÊÇÒ»¸öfloatÐ͵ÄÖµ£¬ÈçºÎ½«Æäת³ÉintÐÍ£¿ import time print time.time() Êä³öµÄ»áÊÇÕâÑùµÄÊý£º1199331350.91 µ«ÎÒÖ»ÏëÒª1199331350£¬ÈçºÎ×ö£¿ ¶ÔÓÚpythonÀïµÄÀàÐÍת»»£¬¸÷λÓÐûÓÐÏà¹ØµÄ×ÊÁÏ£¬½éÉÜһϰɡ£ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20080103/cf2e75f7/attachment.htm
2008年01月03日 星期四 11:40
直接用 int()、str()、unicode() 这些 象你这个可以 int(time.time()) On Jan 3, 2008 11:36 AM, kun xu <coonxu at gmail.com> wrote: > 通过取时间的函数,取到的时间是一个float型的值,如何将其转成int型? > import time > print time.time() > > 输出的会是这样的数:1199331350.91 > 但我只想要1199331350,如何做? > 对于python里的类型转换,各位有没有相关的资料,介绍一下吧。 >
2008年01月03日 星期四 11:41
强行转换咯,int() On Jan 3, 2008 2:36 PM, kun xu <coonxu at gmail.com> wrote: > 通过取时间的函数,取到的时间是一个float型的值,如何将其转成int型? > import time > print time.time() > > 输出的会是这样的数: > 但我只想要1199331350,如何做? > 对于python里的类型转换,各位有没有相关的资料,介绍一下吧。 > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- Any complex technology which doesn't come with documentation must be the best available.
2008年01月03日 星期四 11:45
int(time.time()) hongqing.lv 2008-01-03 ·¢¼þÈË£º kun xu ·¢ËÍʱ¼ä£º 2008-01-03 11:37:33 ÊÕ¼þÈË£º python-chinese ³ËÍ£º Ö÷Ì⣺ [python-chinese]ÈçºÎ½«floatÐÍת³ÉintÐÍ£¿ ͨ¹ýȡʱ¼äµÄº¯Êý£¬È¡µ½µÄʱ¼äÊÇÒ»¸öfloatÐ͵ÄÖµ£¬ÈçºÎ½«Æäת³ÉintÐÍ£¿ import time print time.time() Êä³öµÄ»áÊÇÕâÑùµÄÊý£º1199331350.91 µ«ÎÒÖ»ÏëÒª1199331350£¬ÈçºÎ×ö£¿ ¶ÔÓÚpythonÀïµÄÀàÐÍת»»£¬¸÷λÓÐûÓÐÏà¹ØµÄ×ÊÁÏ£¬½éÉÜһϰɡ£ -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20080103/e5ccf858/attachment.htm
Zeuux © 2024
京ICP备05028076号