?? 例7-16.xml
字號:
<?xml version="1.0" encoding="GB2312" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="例7-16.xsl"?>
<StudentList>
1999年期中考試成績
<Student Age="19">
<ID>990301</ID>
<Name>趙伯忠</Name>
<Mark>
<Computer>96</Computer>
<English>95</English>
<Literature>93</Literature>
<Philosophy>97</Philosophy>
</Mark>
</Student>
<Student Age="18">
<ID>990302</ID>
<Name>錢仲孝</Name>
<Mark>
<Computer>82</Computer>
<English>97</English>
<Literature>88</Literature>
<Philosophy>75</Philosophy>
</Mark>
</Student>
<Student Age="19"> <!-- 哲學缺考 -->
<ID>990303</ID>
<Name>孫叔仁</Name>
<Mark>
<Computer>91</Computer>
<English>90</English>
<Literature>73</Literature>
<Philosophy>0</Philosophy>
</Mark>
</Student>
<Student Age="21">
<ID>990304</ID>
<Name>李季義</Name>
<Mark>
<Computer>56</Computer>
<English>91</English>
<Literature>86</Literature>
<Philosophy>61</Philosophy>
</Mark>
</Student>
</StudentList>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -