P
Pen Ttt
require 'mechanize'
agent = WWW::Mechanize.new
page =
agent.get('http://hd.openv.com/tv_play-hddoc_20090703_7064487.html')
i get the following output:
#<WWW::Mechanize:
age::Link
"\347\210\261\345\215\241\346\261\275\350\275\246"
"http://newcar.xcar.com.cn/">
#<WWW::Mechanize:
age::Link
"58\347\224\237\346\264\273\345\234\210"
"http://q.58.com/">
#<WWW::Mechanize:
age::Link
"\345\207\244\345\207\260\345\233\275\346\227\205"
"http://www.51tour.com/">
#<WWW::Mechanize:
age::Link
"\351\236\255\347\211\233\345\243\253"
"http://www.bianews.com/">
#<WWW::Mechanize:
age::Link
"\345\244\232\347\216\251\346\270\270\346\210\217\347\275\221"
"http://www.duowan.com/">
#<WWW::Mechanize:
age::Link
"\344\271\220\351\200\224\346\227\205\346\270\270\347\275\221"
what is the meanning of
"\347\210\261\345\215\241\346\261\275\350\275\246"?
agent = WWW::Mechanize.new
page =
agent.get('http://hd.openv.com/tv_play-hddoc_20090703_7064487.html')
i get the following output:
#<WWW::Mechanize:
"\347\210\261\345\215\241\346\261\275\350\275\246"
"http://newcar.xcar.com.cn/">
#<WWW::Mechanize:
"58\347\224\237\346\264\273\345\234\210"
"http://q.58.com/">
#<WWW::Mechanize:
"\345\207\244\345\207\260\345\233\275\346\227\205"
"http://www.51tour.com/">
#<WWW::Mechanize:
"\351\236\255\347\211\233\345\243\253"
"http://www.bianews.com/">
#<WWW::Mechanize:
"\345\244\232\347\216\251\346\270\270\346\210\217\347\275\221"
"http://www.duowan.com/">
#<WWW::Mechanize:
"\344\271\220\351\200\224\346\227\205\346\270\270\347\275\221"
what is the meanning of
"\347\210\261\345\215\241\346\261\275\350\275\246"?