django小例子

views.py from django.shortcuts import render,render_to_response from django.http import HttpResponse import os # Create your views here. def cpu_status(request):         cpu_info = os.popen('sar 1 1'
相關文章
相關標籤/搜索