loginds.ds
来自「这是个C#做成的图书管理系统,请大家参考,多提建议」· DS 代码 · 共 28 行
DS
28 行
<?xml version="1.0" standalone="yes"?>
<LoginDs>
<userTab>
<userName>sa</userName>
<userID>abc</userID>
<userPwd>123</userPwd>
</userTab>
<userTab>
<userName>sa</userName>
<userID>abcd</userID>
<userPwd>123</userPwd>
</userTab>
<userTab>
<userName>sa</userName>
<userID>abcdf</userID>
<userPwd>123</userPwd>
</userTab>
<userTab>
<userName>sfsd</userName>
<userID>abcdef</userID>
<userPwd>123</userPwd>
</userTab>
<userTab>
<userName>as</userName>
<userID>aaa</userID>
<userPwd>123</userPwd>
</userTab>
</LoginDs>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?