#loading empty array for board members board_members = [] #Loop through our URLs we loaded above for b in BASE_URL: html = requests.get(b).text soup ...
確定! 回上一頁