这个超好破解,我来发一个得 100 分的方法(楼主不要打我^_^),用 chrome 打开
http://www.bugclose.com/devrank/ , 开 console ,输入以下代码,把名字和想说的话替换成自己的,回车运行即可:
$.ajax({type : 'post', url : '/cgi/devrank/answer',data :{Q3:'D',Q2:'D',Q10:'D',Q9:'C',Q5:'A',Q1:'D',Q4:'A',Q7:'A',Q6:'A',Q8:'C',family:'无门派',name:'名字',saying:'想说的话'}, dataType : 'json',success : function(data) {if(data.success){window.location.href='/devrank/result.html?shareCode='+data.root; }}});