📜  HTML | DOM TouchEvent altKey 属性

📅  最后修改于: 2021-11-08 06:23:06             🧑  作者: Mango

TouchEvent altKey属性是一个只读属性,用于返回一个布尔值,该值指示在触发触摸事件时是否按下了“ALT”键。
TouchEvent altKey属性通常返回false,因为通常触摸设备没有 alt 键。

句法 :

event.altKey

返回值:如果按下 alt 键返回真,否则返回假。

下面的程序说明了 TouchEvent altKey 属性:

示例:查看触摸屏上是否按下了“ALT”键。




  

    TouchEvent altKey property in HTML
    
    

  

  
    

GeeksforGeeks

    

TouchEvent altKey property

    
       

Touch somewhere in the document and wait for        an alert to tell if the ALT key was pressed or not.

             

输出:

  • 点击按钮前:
  • 点击按钮后:

支持的浏览器:

  • IE浏览器
  • 谷歌浏览器
  • 火狐