扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.imageio.metadata接口iiometadataformat的类成员方法: getattributedescription定义及介绍
发布时间:2014-2-18
本文导语:
getattributedescription
string getattributedescription(string elementname,
string attrname,
locale locale)
返回包含指定属性的描述的 string,或者 null。如果可能,应将该描述本地化为提供的 locale。
...