bbs.xml

来自「java编程入门配套光盘第八章代码」· XML 代码 · 共 35 行

XML
35
字号
<?xml version="1.0" encoding="GB2312"?><!--My Little BBS--><notepad>       <noteitem>              <id1023777212382/>     <username>斑主</username>     <title>欢迎使用</title>     <content>欢迎大家使用My Little BBS。</content>        <noteitem>                        <id1023777227213/>           <username>江南鹤</username>           <title>呵呵</title>           <content>这个BBS还不错。</content>                       <noteitem>                 <id1023799686167/>                                  <username>宫千岁</username>                 <title>just test</title>                 <content>Test is OK.</content>                                      </noteitem>                 </noteitem>  </noteitem>   <noteitem>              <id1023777239020/>     <username>双子星</username>             <title>建议</title>     <content>界面还可以再完善一些,增加修改和删除功能。</content>       </noteitem>   <noteitem>     <id1023799946121/>     <username>笑书生</username>     <title>测试文章</title>     <content>斑主辛苦了</content>  </noteitem></notepad>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?