2008-01-25から1日間の記事一覧

HTTP通信(S!アプリ)

サンプルソース HttpConnection hc =(HttpConnection)Connector.open("http://hogehoge.co.jp/"); //POSTの時だけ //hc.setRequestMethod(HttpConnection.POST); //hc.setRequestProperty("foo","bar"); //OutputStream os = hc.openOutputStream(); //os.wr…