x.LoadXml("<?xml Version=\"1.0\" encoding=\"UTF-8\"?><Page><Common><DeviceVersion=\"1.0.0\" Type=\"H9\"Customer=\"general\" /><Function Id=\"GpsSosCall\" WatchId=\"355372020368356\"/></Common><Body><Data Time=\"1347949700\" Lat=\"11327.4938\" NS=\"N\" Long=\"2310.1210\" EW=\"E\" SosType=\"1\" Sport=\"1\" Steps=\"70\" Speed=\"2.5\" Dist=\"80\" Cal=\"1.3\" Battery=\"88\" Altitude=\"200\" Pressure=\"30\" Humidity=\"30\" Temp=\"28\"/></Body></Page>");
这是第一种错误
我去掉XML的头信息就OK了,
———————————————————————————————————————————
x.LoadXml("<Page><Common><DeviceVersion=\"1.0.0\" Type=\"H9\"Customer=\"general\" /><Function Id=\"GpsSosCall\" WatchId=\"355372020368356\"/></Common><Body><Data Time=\"1347949700\" Lat=\"11327.4938\" NS=\"N\" Long=\"2310.1210\" EW=\"E\" SosType=\"1\" Sport=\"1\" Steps=\"70\" Speed=\"2.5\" Dist=\"80\" Cal=\"1.3\" Battery=\"88\" Altitude=\"200\" Pressure=\"30\" Humidity=\"30\" Temp=\"28\"/></Body></Page>");
第二种报错
求指教是不是我的XML格式不对
<DeviceVersion=\"1.0.0\" 这里错了, 应该是这样的吧:<Device Version=\"1.0.0\"
还真是。。。我去了,字符串拼的眼瞎 T T