我在我的代码中使用它,但是如果我打印“文本”,我会得到“作为 xmldocument parsedchild 节点没有 1child 节点没有 1child 节点没有 1child 节点没有 1child 节点没有 1child 节点没有 11034_HAR 收集的 Http 响应”当我应该得到只有 11034_HAR 。有人可以向我解释为什么会这样。
myList.setOnItemClickListener(new OnItemClickListener() {
public void onItemClick(AdapterView<?> arg0, View arg1, int arg2, long arg3) {
TextView textView = (TextView) arg1.findViewById(R.id.siteid);
String text = textView.getText().toString();
System.out.println(text);
Intent intnt = new Intent(getApplicationContext(), SelectedSiteActivity.class);
startActivity(intnt);
}
});