用以下的方法硬解,虽然方法不是很好,不过似乎是可以解出资料
看是不是能抛砖引玉,请其他大大提出好的解法
input_year = '105'
input_month = '06'
import requests
url='http://www.twse.com.tw/ch/trading/indices/MI_5MINS_HIST/MI_5MINS_HIST.php'
payload = {
'myear':input_year,
'mmon':input_month
}
res = requests.post(url, data = payload)
from bs4 import BeautifulSoup
res.encoding = 'big5'
idx_bgn = res.text.index(u"<div align=center class=til_2>")
idx_end = res.text.index(u"<!