摘要: 获取时间的函数有很多,具体包括如下: time()/gettimeofday()等等,下面是获取具体到usecond的时间程序: #include <iostream> #include <stdio.h> #include <stdlib.h> #include <time.h> #include 阅读全文
posted @ 2021-05-01 15:47 qiynet 阅读(553) 评论(0) 推荐(0)
摘要: post接收字符串 def subscription(request): msg = request.POST.get('msg') # tel_no = request.POST.get('tel_no') # email = request.POST.get('email') # ico_id 阅读全文
posted @ 2021-05-01 13:27 qiynet 阅读(804) 评论(0) 推荐(0)
跳至侧栏