随笔分类 - python
我是一只菜鸟
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <style> .w{ width: 1000px; margin: 0 auto; } .item{ width: 25%; {#
阅读全文
摘要:def upload(request): if request.method == 'GET': return render(request,'upload.html') else: # obj = UploadForm(request.POST,request.FILES) # if obj.is
阅读全文
摘要:class Pagination(object): def __init__(self,totalCount,currentPage,perPageItemNum=10,maxPageNum=7): # 数据总个数 self.total_count = totalCount # 当前页 try: v
阅读全文

浙公网安备 33010602011771号