http=(HttpConnection)Connector.open("www.baidu.com")
我想知道我成功开了这个网站,怎么获取他给我发送的消息,我想得到消息里面的几个字符串。
另问: Uncaught exception java/lang/StringIndexOutOfBoundsException:String index out of range: -3.
是什么问题
------解决方案--------------------------------------------------------
StringIndexOutOfBoundsException,字符串截取问题。