@shellex说:No public Twitter messages.

用Python绕过SB的99宿舍查四六级分数

想知道为什么CET查分总是失败么?

想知道30秒倒计时的作用吗?

想知道99宿舍(cet.99sushe.com)有多SB吗,请移步Cnbeta:

http://www.cnbeta.com/articles/77828.htm
http://www.cnbeta.com/articles/77823.htm

下面是使用简单的python查分的方法:

import urllib, urllib2
url='http://cet.99sushe.com/cetscore_99sushe0902.html?t={四级或者六级}&id={你的准考证号}'
conn = urllib2.Request(url)
conn.add_header('Referer','http://cet.99sushe.com/')
print urllib2.build_opener().open(conn).read()

上文中的{四级或者六级}换成4或者6。
你可以在你的python终端里直接输入上面的代码。可以看到出来了一串逗号分隔的字符,从左到右分别是 “听力,阅读,综合,写作,总分,学校,姓名”

  1. On February 25, 2009 at 10:55 am

    现在这种现象很多,让我想起了可笑的天朝IPv9来:
    http://zh.wikipedia.org/wiki/IPv9

    Notify
  2. On February 25, 2009 at 7:58 pm

    方法的话如你所说,cb早有了,搞搞宿舍的nb处在于你能把分数转为网游积分~

    六级早过了,等日语成绩~

    Notify
  3. On February 27, 2009 at 10:34 pm

    嘿嘿,正是如此

    Notify
  4. On February 27, 2009 at 10:34 pm

    是哈是哈。AbettorGG离开学校太久了

    Notify
  5. On March 10, 2010 at 2:42 pm

    呵呵,99宿舍网,好搞

    Notify

Leave a Reply