结束标签 meaning in English
end-tag
Examples
- Simply look for opening and closing tags as events , and call back to the relevant handlers
,并只是把找到的起始标签和结束标签作为事件回调相关的处理器。 - Think of character data as the text found between the start tag and the end tag of an xml element
把字符数据当作xml元素的开始标签与结束标签之间的文本。 - Think of character data as the text found between the start tag and the end tag of an xml element
你可以把字符数据当作xml元素中起始标签与结束标签之间的文本内容。 - If the start - tag is in the content of another element , the end - tag is in the content of the same element
如果元素的起始标签在另一个元素里面,则结束标签也必须在同一个元素里 - The name in an element s end - tag must match the element type in the start - tag . names are case - sensitive
一个元素的起始标签和结束标签的名字必须相匹配,并且标签名是大小写敏感的