摘要:
HTTP Post的簡單用法,和多線程的簡單用法:WebService:[WebMethod] public bool Login(string account,string password) { if ("larrylee" == account & "123456" == password) return true; else return false; }Login Activity:package com.mtk.lc.LoginDemo;import java.util.ArrayList;import java.util.List; 閱讀全文
posted @ 2011-04-18 13:41
Cat_Lee
閱讀(1533)
評論(0)
推薦(1)

浙公網安備 33010602011771號