<?xml version="1.0" encoding="utf-8"?>
<request type="login">
<username>xxx</username>
<password>sss</password>
<response>xxx</response>
</request>
<!-- <request type="login">
<response>xxx</response>
</request> -->
14 <request type="reg">
<username>xxx</username>
<password>sss</password>
<response>xxx</response>
</request>
<!-- <request type="reg">
<response>xxx</response>
</request> -->
在第14行报了个错
The markup in the document following the root element must be well-formed.
怎么解决?
我这个好像是个web项目,又好像是个Android服务器,总之客户端连不上,提示说服务已开启了。
|