695 B
695 B
id, title, challengeType, videoId, bilibiliIds, dashedName
id | title | challengeType | videoId | bilibiliIds | dashedName | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|
5e7b9f0e0b6c005b0e76f07b | ウェブサービス: 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