不明白url中为什么要加1000—2000的随机数?知道的麻烦讲一下,谢谢。
int rand = (int)Math.random()*1000+1000;
String strurl = "http://wap.kuaidi100.com/q.jsp?rand="+rand+"&id="+id+"&postid="+code+"&fromWeb=null";AndroidURL