loginValue="<Login UserPass=\"b\" SessionID=\"1\" CompanyID=\"1\" UserType=\"employee\" UserName=\"a\" />"
XmlTextReader xmlRead=new XmlTextReader(loginValue);如上,我收到的信息loginValue引号发过来的时候本来是没有\的。可是收到后都加上了\。为什么?
实例化xml的时候就出差了。