标记脚本部件文件中需要忽略的文本。
<comment> 在此处书写文本 </comment>
可以在其他 XML 元素内使用 <comment> 元素来包围既不是标记,也不是数据,而是用作其他用途的文本,例如文档编制。
下面的脚本部件片段演示了位于 <public> 元素内的一个 <comment> 元素。
<public> <comment> 此处实现了一个 Automation 部件,其中包括 "random" 方法和 "uppercaseName" 属性。 </comment> <method name="random" internalName="getRandomNumber"/> <property name="uppercaseName"> <get internalName="get_ucname"/> <put internalName="put_ucname"/> </property> </public>