Skip to content

Instantly share code, notes, and snippets.

View 2pendax's full-sized avatar

pendax 2pendax

View GitHub Profile
@2pendax
2pendax / 定向爬取大学排名
Created March 22, 2017 02:04
定向爬取大学排名
# -*- coding:utf-8 -*-
import requests
from bs4 import BeautifulSoup
import bs4
import time
def getHTMLText(url):
try:
r = requests.get(url ,timeout = 30)
r.encoding = r.apparent_encoding
@2pendax
2pendax / click the button :JS
Last active March 19, 2017 09:54
click the button
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body>
<div>
<ul>