'content_title'): row = {} td0Len = len(tr.select('td')[0].text) splitIdx = td0Len - 3 row = {'幣別': tr.select('td')[0].text[:splitIdx], ...
確定! 回上一頁