How to parse empty node value in Blackberry

前端 未结 2 1300
有刺的猬
有刺的猬 2021-01-29 00:46

I am getting the response from the web service as below


xxx

while pars

2条回答
  •  清酒与你
    2021-01-29 01:21

    Try this:

    speakersnode=speaker.getElementsByTagName("speaker");
    for(int k=0;k

    You also need to learn how to debug. And how to handle exceptions. You will lear how to fix this kind of stuff in seconds

提交回复
热议问题