python一些優化方法

環境:pyhton2.7html 性能分析方法:運行時間較小爲優python import time init_time = time.clock() func() last_time = time.clock() 性能時間times值的大小express times = last_time - init_time()   一:字符串鏈接 在python裏面,字符串是不可變的(immutable)
相關文章
相關標籤/搜索