📜  HTML | DOM accessKey 属性

📅  最后修改于: 2021-11-09 09:25:55             🧑  作者: Mango

DOM accessKey属性用于设置或返回元素的 accesskey 属性。

句法 :

  • 对于设置 accessKey :
    HTMLElementObject.accessKey = value
    
  • 对于返回 accessKey :
    HTMLElementObject.accessKey
    

价值 :

  • 字符:用于指定快捷键的字符。

返回值:这将返回带有附加访问密钥的选定元素。

示例 1:此示例显示了 accessKey 如何附加到所选元素。



  

    
        HTML | DOM accessKey Property
    
    

  

  
    
      GeeksforGeeks
    
    
       

        This example show how to attach          an accessKey to a selected element.     

             

输出 :

点击前:

点击后:

示例 2:此示例显示如何检查哪个 accessKey 附加到所选元素。



  

    
        HTML | DOM accessKey Property
    
    

  

    
                   GeeksforGeeks                     

          Click the button to get the            accesskey of the link.       

        

Answer :                    

    
    
                     

输出:

点击前:

点击后:

注意:快捷方式因浏览器而异。

  • Mozilla Firefiix: ALT + SHIFT + 访问键
  • 谷歌浏览器: ALT + 访问键
  • Opera 15+: ALT + 访问键
  • Safari: ALT + 访问键
  • IE: ALT + 访问键

支持的浏览器: DOM accessKey 属性支持的浏览器如下。

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 歌剧
  • 苹果浏览器