摘要: !/usr/bin/env python coding:utf 8 import requests import unittest import json,urllib class testlogin(unittest.TestCase): def Test_login(self): ''' 测试登 阅读全文
posted @ 2017-05-09 20:46 easymoneySniper 阅读(254) 评论(0) 推荐(0)
摘要: from urlparse import urljoin urljoin("http://www.asite.com/folder/currentpage.html", "anotherpage.html") 'http://www.asite.com/folder/anotherpage.html 阅读全文
posted @ 2017-05-09 16:30 easymoneySniper 阅读(262) 评论(0) 推荐(0)
摘要: https://www.zybuluo.com/coolfish/note/726662 阅读全文
posted @ 2017-05-09 11:24 easymoneySniper 阅读(167) 评论(0) 推荐(0)