摘要: #!/usr/bin/env python # _*_ coding:utf-8 _*_ __author__ = "ligq" import time import random import copy import sys def cal_time(func): def wrapper(*args, **kwargs): t1 = time.time() ... 阅读全文
posted @ 2017-03-17 11:25 noube 阅读(231) 评论(0) 推荐(0) 编辑