つっても、非公開のを別につけているわけではない。
Copyright 1999- Jun Makino
2012/11 2012/10 2012/09 2012/08 2012/07 2012/06 2012/05 2012/04 2012/03 2012/02 2012/01当面の予定
require 'net/http' (1..1300).each{|i| s=i.to_s print "file #{i}\n" path = "/goyo-gakusha/pages/#{s}.html" Net::HTTP.start('www47.atwiki.jp', 80) {|http| response = http.get(path) File::open("#{s}.html","w"){|f| f.puts response.body} } sleep 2 }