TouchEvent metaKey属性是一个只读属性,用于返回一个布尔值,该值指示在触发触摸事件时是否按下了“meta”键。
它主要返回 false,因为通常,触摸设备没有元键。
句法:
event.metaKey
返回值:如果元键被按下则返回真,否则返回假。
下面的程序说明了 TouchEvent metaKey 属性:
示例:查看触摸屏上是否按下了“Meta”键。
TouchEvent metaKey property in HTML
GeeksforGeeks
TouchEvent metaKey property
Touch somewhere in the document and wait
for an alert to tell if the meta key was pressed or not.
输出:
- 点击按钮前:
- 点击按钮后:
支持的浏览器:
- IE浏览器
- 谷歌浏览器
- 火狐