costomer.xml
来自「标准C++编写的小小CRM软件,无任何平台依赖.采用标准XML作为数据库.只需重」· XML 代码 · 共 17 行
XML
17 行
<?xml version="1.0" encoding="gb2312"?>
<Customer_Database>
<Customer id="1024" weight="3">
<address>guangxi guilin guilin electronic university</address>
<age>21</age>
<birthday>1984-5-6</birthday>
<name>Jim</name>
<telephone>0771-5613001</telephone>
</Customer>
<Customer id="1025" weight="3">
<address>guangxi guilin guilin electronic university</address>
<age>34</age>
<birthday>1972-1-12</birthday>
<name>Jack</name>
<telephone>0771-6523214</telephone>
</Customer>
</Customer_Database>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?