arg = urllib2.urlopen(argv[1]).read()
soup = BeautifulSoup(arg)
a_tags = soup.find_all('a') #so this stores a list with all the <a href="" /a> tags
そして、同じページにリンクしていないものだけが必要です(hrefの記号#なし)
誰でもお願いします....
arg = urllib2.urlopen(argv[1]).read()
soup = BeautifulSoup(arg)
a_tags = soup.find_all('a') #so this stores a list with all the <a href="" /a> tags
そして、同じページにリンクして
arg = urllib2.urlopen(argv[1]).read()
soup = BeautifulSoup(arg)
a_tags = soup.find_all('a') #so this stores a list with all the <a href="" /a> tags
そして、同じページにリンクしていないものだけが必要です(hrefの記号#なし)
誰でもお願いします....
クラスに引数を 0 とるコンストラクタを与える必要があるため、クラス GraphChart に次の行を追加してみてください。
public GraphChart(){}