在html中对象标签属性classid=“X”,你怎么知道X应该是什么。我如何找到类ID字符串
在html中对象标签属性classid =“X”,你怎么知道X应该是什么。我如何找到 class-id 字符串。
其中一些是这么长的十六进制字符串。你怎么知道字符串应该是什么,为什么长的十六进制字符串不可读。是否有一个链接可以将所有这些 classid 映射到处理它们的内容。
object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
In html the object tag property classid="X", how do you know what X should be. How would I find the class-id string.
Some of them are this long hex string. How do you know what the string should be why the long hex string which is unreadable. Is there a link to sight that maps all theses classids to what handles them.
object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
classid 字符串是告诉浏览器如何处理对象的任何字符串。它指的是“实施地点”。在您的链接列出的大多数情况下,这些是 microsoft active X Controls 的 id 和 Windows 注册表中找到的 clsid。但这也可能是网址。
The classid string is any string that tells the browser how to handle the object. It refers to "the location of implementation". In most of the cases listed at your link these are ids of microsoft active X Controls and the clsid as found in the windows registry. But this could be urls as well.