571 B
571 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
5e7b9f0e0b6c005b0e76f07b | Web 服务:XML | 11 | _pZ0srbg7So |
|
web-services-xml |
--question--
--text--
以下 XML 有什么问题?
<person>
<name>Chuck</name>
<phone type="intl">
+1 734 303 4456
<email hide="yes" />
</person>
--answers--
Email 标签缺少结束标签。
间距将导致 XML 无效。
Phone 标签缺少结束标签。
纯文本应使用 UTF-8 编码。
--video-solution--
3