您可以通过 本站 的这段测验程序来测试您的 XML 技能。
本测验包含 20 道题。
本测验是非官方的测试,它仅仅提供了一个了解您对 XML 的掌握程度的工具。
本测验的答案实时给出,方便读者第一时间核对结果。
<?xml version="1.0"?> <note> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body> </note>
<?xml version="1.0"?> <to>Tove</to> <from>Jani</from> <heading>Reminder</heading> <body>Don't forget me this weekend!</body>
<?xml version="1.0"?> <note> <to age="29">Tove</to> <from>Jani</from> </note>
<?xml version="1.0"?> <note> <to age=29>Tove</to> <from>Jani</from> </note>