dav1

来自「下载来的一个看图软件的源代码」· 代码 · 共 26 行

TXT
26
字号
<?xml version="1.0"?><D:multistatus xmlns:D="http://www.ietf.org/standards/dav/" xmlns:R="http://www.foo.bar/boxschema">  <D:response>    <D:prop>      <R:bigbox>        <R:BoxType>Box type A</R:BoxType>      </R:bigbox>      <R:author>        <R:Name>J.J. Dingleheimerschmidt</R:Name>      </R:author>    </D:prop>    <D:status>HTTP/1.1 200 OK</D:status>  </D:response>  <D:response>    <D:prop>      <R:DingALing/>      <R:Random/>    </D:prop>    <D:status>HTTP/1.1 403 Forbidden</D:status>    <D:responsedescription> The user does not have access to the DingALing property.      </D:responsedescription>  </D:response>  <D:responsedescription> There has been an access violation error. </D:responsedescription></D:multistatus>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?