Qt Quick 範例 - XMLHttpRequest

This is a collection of XMLHttpRequest 範例。

XMLHttpRequest contains a small QML example demonstrating Qt QML 's XMLHTTPRequest functionality. For more information, visit the section about XMLHttpRequest .

運行範例

要運行範例從 Qt Creator ,打開 歡迎 模式,然後選擇範例從 範例 。更多信息,拜訪 構建和運行範例 .

Get Data

Get data 使用 XMLHttpRequest API to fetch an XML document from a server. It displays the header of the HTTP response and the body of the XML document.

文件: