24小时热门版块排行榜    

CyRhmU.jpeg
查看: 354  |  回复: 2

sxb0564

银虫 (小有名气)

[求助] 在线求助

<?xml version="1.0" encoding="UTF-8"?>
<schema
        xmlns="http://www.w3.org/2001/XMLSchema"
        targetNamespace="http://www.example.org/books"
        elementFormDefault="qualified"
>
       
        <element name="books">
                <complexType>
                        <sequence>
                                <element name="book" maxOccurs="unbounded">
                                        <complexType>
                                                <sequence>
                                                        <element name="name" type="string"></element>
                                                        <element name="price" type="int"></element>
                                                        <element name="author" type="string"></element>
                                                        <any></any>
                                                </sequence>
                                                <attribute name="id" type="ID" use="required"></attribute>
                                        </complexType>
                                </element>
                        </sequence>
                </complexType>
        </element>
</schema>





<?xml version="1.0" encoding="UTF-8"?>
<books
        xmlns="http://www.example.org/books"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.example.org/books books.xsd"
>
               <book id="sn123456789">
                        <name>书剑恩仇录</name>
                        <price>22</price>
                        <author>金庸</author>
                </book>
                <book id="sn987654321">
                        <name>仙逆</name>
                        <price>20</price>
                        <author>耳根</author>
                </book>
        </books>


两个book爆红了怎么回事啊?
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

sxb0564

银虫 (小有名气)

2楼2016-07-04 07:52:53
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

小草哥1号

新虫 (初入文坛)

就是页面代码中没指定红色但显示红色吗?

发自小木虫IOS客户端
3楼2016-07-05 06:59:02
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
相关版块跳转 我要订阅楼主 sxb0564 的主题更新
信息提示
请填处理意见