摘要: 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 阅读(1500) 评论(0) 推荐(1) 编辑