XML数据的分页显示

本文介绍了如何使用HTML和JavaScript实现XML数据的分页显示。通过加载XML文件book.xml,利用DOM对象和JavaScript函数实现图书信息的分页浏览,用户可以点击上一页和下一页按钮进行翻页,同时能调整每页显示的条目数。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

XML数据的分页显示

1.book.xml与以前的一样,用的同一个文件.

 

<?xml version="1.0" encoding="utf-8"?>
<books>
    <book id="0001" bookcategory="文艺" amount="150" remain="80"
    discount="8.5">
              <title>三国演义</title>
              <author>罗贯中</author>
              <publisher>文艺出版社</publisher>
              <ISBN>0-764-58007-8</ISBN>
              <price>80.0</price>
    </book>
    <book id="0002" bookcategory="文艺" amount="300" remain="180"
    discount="8.7">
              <title>红楼梦</title>
              <author>曹雪芹</author>
              <publisher>三秦出版社</publisher>
              <ISBN>7805468397</ISBN>
              <price>22</price>
    </book>
    <book id="0003" bookcategory="文艺" amount="200" remain="175"
    discount="8.5">
              <title>西游记(上下册)</title>
              <author>吴承恩</author>
              <publisher>人民文学出版社</publisher>
              <ISBN>7020008739</ISBN>
              <price>40.12</price>
    </book>
    <book id="0004" bookcategory="文艺" amount="300" remain="192"
    discount="8.7">
              <title>水浒传(上下册)</title>
              <author>吴承恩</author>
              <publisher>时代文艺出版社</publisher>
              <ISBN>7538714014</ISBN>
              <price>40.85</price>
    </book>
    <book id="0065" bookcategory="文学" amount="120" remain="86"
    discount="8.0">
              <title>外国文学史(亚非

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值