如要使用網站產生的陳述式,您可以針對對應的陳述式清單提出 HTTP GET 要求,並自行剖析。舉例來說,「http://example.digitalassetlinks.org」網站的對應陳述式清單位於 http://example.digitalassetlinks.org/.well-known/assetlinks.json。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-06-26 (世界標準時間)。"],[[["Digital Asset Links enable websites and apps to make statements about their relationships, which other apps and services can then verify and act upon."],["You can consume these statements using the Digital Asset Links API (`Check()` and `List()` methods) or manually by retrieving and parsing the statement list."],["Before implementing your own solution, check if existing mechanisms like Android App Linking already handle your desired scenario."],["Websites publish their statements in a JSON file located at `.well-known/assetlinks.json`, while Android app statements are found within their manifest file."],["For a deeper understanding of statement meanings and the underlying protocol, refer to the Asset Links Specification."]]],[]]