AnnotatedString
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
使用 AnnotatedString
做為字元字串。並新增最多 16 的註解
對應至元素
屬性
下表說明 AnnotatedString
的屬性:
屬性 |
必填與否 |
類型 |
說明 |
annotation |
選用 |
ShortString |
此註解最多可包含 16 個字元,且會與
字元字串。 |
範例
電子郵件
XML
<Email annotation="work">john.a.smith@26003.org</Email>
JSON
"Email": [
{
"annotation": "work",
"value": "john.a.smith@26003.org"
}
]
傳真
XML
<Fax annotation="cell">304-555-0971</Fax>
JSON
"Fax": [
{
"annotation": "cell",
"value": "304-555-0971"
}
]
電話
XML
<Phone annotation="office">304-555-1234</Phone>
JSON
"Phone": [
{
"annotation": "office",
"value": "304-555-1234"
}
]
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-08-29 (世界標準時間)。
[[["容易理解","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-08-29 (世界標準時間)。"],[[["`AnnotatedString` is used for character strings and allows for an annotation of up to 16 characters."],["The `annotation` attribute is optional and uses a `ShortString` type to associate an annotation with a character string."],["This entity is used consistently across all feed types, such as Email, Fax, and Phone, to provide additional context to the string value."],["Examples in XML and JSON formats demonstrate how to use `AnnotatedString` with its annotation attribute for different data types."]]],[]]