REST Web服务-Beispiel für eine ReprÃ?sentation eines Warenkorbes

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了REST Web服务-Beispiel für eine ReprÃ?sentation eines Warenkorbes相关的知识,希望对你有一定的参考价值。

  1. HTTP/1.1 200 OK Content-Type: text/xml
  2. <?xml version="1.0"?>
  3. <warenkorb xmlns:xlink="http://www.w3.org/1999/xlink">
  4. <kunde xlink:href="http://shop.snipplr.com/kunde/5873">
  5. 5873</kunde>
  6. <position nr="1" menge="5">
  7. <artikel xlink:href="http://shop.snipplr.com/artikel/4501" nr="4501">
  8. <beschreibung>Dauerlutscher</beschreibung>
  9. </artikel>
  10. </position>
  11.  
  12. <position nr="2" menge="2">
  13. <artikel xlink:href="http://shop.snipplr.com/artikel/5860" nr="5860">
  14. <beschreibung>Earl Grey Tea</beschreibung>
  15. </artikel>
  16. </position>
  17. </warenkorb>

以上是关于REST Web服务-Beispiel für eine ReprÃ?sentation eines Warenkorbes的主要内容,如果未能解决你的问题,请参考以下文章

Asynchroner Twitter按钮für Wordpress博客

Spracheinstellung für标准Sprache

DocHeadCode(JS,CSS)mit条件für浏览器

从本地上传php文件

即“DOMã½ã¼ã¹è”

Slugify-JavaScript版本