Files

571 B
Raw Permalink Blame History

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e7b9f0e0b6c005b0e76f07b Web 服務XML 11 _pZ0srbg7So
aid bvid cid
761920032 BV1n64y1x7KW 377332379
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