System.Xml.XmlException: Name cannot start with the character “9”,hexadecimal value 0x39
这是因为标签不能以数字开头,或者这与xml编码有关
解决方法
是的,元素名称
cannot start with a number.
System.Xml.XmlException: Name cannot start with the character “9”,hexadecimal value 0x39
这是因为标签不能以数字开头,或者这与xml编码有关