1.stringreader Դ?源码?
stringreader Դ??
你仔细看下<?xml version="1.0" encoding="UTF - 8"?><postInfoBaseModelxmlns="http://tempuri.org/"xmlns:xsd="http://www.w3.org//XMLSchemaxmlns:xsi="http://www.w3.org//XMLSchema-instance">
<status></status>
<message></message>
</postInfoBaseModel>
这样格式化就清楚了,
postInfoBaseModelxmlns=中间少了一个空格,源码宝塔源码商城而且后面都少了很多空格,源码ddd框架源码并且不要用输入法写代码,源码支持库 源码utf-8这里也错了,源码CIH源码下载应该这样才对
<?源码京东抄源码xml version="1.0" encoding="UTF-8"?><postInfoBaseModel xmlns="http://tempuri.org/" xmlns:xsd="http://www.w3.org//XMLSchema" xmlns:xsi="http://www.w3.org//XMLSchema-instance">
<status></status>
<message></message>
</postInfoBaseModel>