我收到错误
I.ID=((Element) nl.item(i)).getAttributes().getNamedItem("ID").getNodeValue();
错误是
getNamedItem 需要 INT 并找到 String
当我给出一个 Int 值时,错误说它需要 String 并找到 Int。
我收到错误
I.ID=((Element) nl.item(i)).getAttributes().getNamedItem("ID").getNodeValue();
错误是
getNamedItem 需要 INT 并找到 String
当我给出一个 Int 值时,错误说它需要 String 并找到 Int。