获取云应用运行时间。(单位:毫秒,1秒=1000毫秒)
gettickcount()
def test(): # 云应用从启动到现在所经历的时间(单位:毫秒,1秒=1000毫秒) ret=gettickcount() print(ret)