当前位置: 代码迷 >> J2ME >> 网络有关问题,懂得的进
  详细解决方案

网络有关问题,懂得的进

热度:3987   发布时间:2013-02-25 21:38:10.0
网络问题,懂得的进
http=(HttpConnection)Connector.open("www.baidu.com")

我想知道我成功开了这个网站,怎么获取他给我发送的消息,我想得到消息里面的几个字符串。

另问: Uncaught exception java/lang/StringIndexOutOfBoundsException:String index out of range: -3.  
是什么问题

------解决方案--------------------------------------------------------
StringIndexOutOfBoundsException,字符串截取问题。
  相关解决方案