摘要: hello hostname: ip: port: phone: HTML #!/usr/bin/env python # -*- coding:utf-8 -*- import tornado.ioloop im... 阅读全文
posted @ 2017-12-06 16:55 少数派&蔡先生 阅读(239) 评论(0) 推荐(0) 编辑
摘要: jsonp frame img ajax 等 jsonp 方法 客户端: function xxoo(arg){ } <script src = "xxxxx"></script> <script> xxoo({"status":1,"message":"adsfasdf”}); </script> 阅读全文
posted @ 2017-12-06 16:11 少数派&蔡先生 阅读(218) 评论(0) 推荐(0) 编辑
摘要: ajax 文件上传 iframe 文件上传 阅读全文
posted @ 2017-12-06 14:43 少数派&蔡先生 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Ajax使用时,本质上就是去获取本地的cookie,携带cookie再来发送请求 阅读全文
posted @ 2017-12-06 11:39 少数派&蔡先生 阅读(248) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/python# -*- coding: UTF-8 -*-import tornado.ioloopimport tornado.webCONT = {}class IndexHandler(tornado.web.RequestHandler): def get(self, 阅读全文
posted @ 2017-12-06 08:48 少数派&蔡先生 阅读(145) 评论(0) 推荐(0) 编辑