Qt Quick 范例 - 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.

文件: