摘要: html: javascript: 阅读全文
posted @ 2018-12-17 18:53 anobscureretreat 阅读(1860) 评论(0) 推荐(0)
摘要: 直接执行这两个命令即可 如果要切换到Python2,执行: 下面按照提示操作即可 阅读全文
posted @ 2018-12-17 14:38 anobscureretreat 阅读(153) 评论(0) 推荐(0)
摘要: cookie session 阅读全文
posted @ 2018-12-17 14:26 anobscureretreat 阅读(151) 评论(0) 推荐(0)
摘要: https://github.com/postmanlabs/postman-app-support 阅读全文
posted @ 2018-12-17 14:18 anobscureretreat 阅读(1069) 评论(0) 推荐(0)
摘要: 获取get请求里面参数的两种方法之三种写法一,当get网址是127.0.0.1:8000/info/?id=20&s_id=30这种类型的网址时 我们在urls的路由的urlpatterns里面里面这样定义路由 url(r'info/$',views.info),那么我们怎么把参数取出来呢 因为我们 阅读全文
posted @ 2018-12-17 11:57 anobscureretreat 阅读(5552) 评论(0) 推荐(0)