我在android的thread里使用 Socket s=new Socket("localhost",8480); 結(jié)果這個(gè)方法一直阻塞,也就是說(shuō)android客戶端木有連接到php服務(wù)器端,怎么辦??...