Files
Python_CookBook_repo/6.数据编码与处理/7.exp.xml

14 lines
342 B
XML
Raw Normal View History

2025-09-10 16:12:45 +08:00
<?xml version="1.0" encoding="utf-8"?>
<top>
<author>David Beazley</author>
<content>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>
</content>
</top>