|
发表于 2024-2-28 19:25:32
|
显示全部楼层
但网上的这些epub,不是正常人做的太多了……
例如下面这部分,内容方面已经去掉了,它排版长这样。
想象一下几千行这种垃圾代码,br和span以及div和注释的组合方式可能还有点变化
- <?xml version="1.0" encoding="utf-8" standalone="no"?>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
- "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title></title>
- </head>
- <body>
- <h1> <span style="background-color: rgb(255, 255, 255); color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px;">标题</span></h1><!--StartFragment-->
- <p><span style="background-color: rgb(255, 255, 255); color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px;"> 内容</span><br />
- <span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);"> 内容</span><br style="word-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);" />
- <span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);"> 内容</span>
- <span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);"> 内容</span><br style="word-wrap: break-word; color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);" />
- <span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);">内容</span><!--EndFragment--></p>
- <div>
- <img alt="插图" src="插图" /><span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);"><br /></span>
- </div>
- <div>
- <!--StartFragment--><span style="color: rgb(68, 68, 68); font-family: Tahoma, 'Microsoft Yahei', Simsun; font-size: 14px; line-height: 21px; background-color: rgb(255, 255, 255);">内容</span><!--EndFragment--> <br />
- </div>
- </body>
- </html>
复制代码 |
|