wordgeneratedinvoice.xml
来自「将网页生成word文档」· XML 代码 · 共 19 行
XML
19 行
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Invoice xmlns="http://schemas.microsoft.com/GeneratingWordDocuments/WordGeneratedInvoice.xsd">
<Buyer>John Doe</Buyer>
<InvoiceDate>2008-01-01</InvoiceDate>
<InvoiceItems>
<Name>Principia Mathematica, Isaac Newton</Name>
<Price>10.25</Price>
</InvoiceItems>
<InvoiceItems>
<Name>A Game of Thrones, George RR Martin</Name>
<Price>15.48</Price>
</InvoiceItems>
<InvoiceItems>
<Name>World of Warcraft, Blizzard</Name>
<Price>15.99</Price>
</InvoiceItems>
<Total>41.72</Total>
<SalesAgent>Mike Johnson</SalesAgent>
</Invoice>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?