当前位置:网站首页>错误提示:Syntax error on token “function”, delete this token
错误提示:Syntax error on token “function”, delete this token
2022-08-09 23:05:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
想要重写onkeydown()函数,但是却出现了如下提示:
将上面的定义方法修改为
<script type="text/javascript">
document.onkeydown = function() {
if(event.keyCode == 13 && event.srcElement.type != "button") {
event.keyCode = 9;
}
}
</script>
这样问题就解决了,但是这是为什么呢?
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/105706.html原文链接:https://javaforall.cn
边栏推荐
- 32 JZOF 】 【 print down on binary tree
- 【励志】名言警句
- YOLOV5学习笔记(七)——训练自己数据集
- Sqlserver restricts the ip under which accounts can access the database
- 直播平台怎么搭建,原生js实现编辑器撤消/恢复功能
- redis分布式锁代码示例
- Jpa 查询view or 无主键的table
- LiveData : Transformations.map and Transformations.switchMap usage
- 数字孪生电力系统,可视化应用实现科学调度的电子设备
- Force buckle: 279. Perfect square
猜你喜欢
随机推荐
Golden Warehouse Database KingbaseGIS User Manual (6.6. Geometric Object Verification Function, 6.7. Spatial Reference System Function)
Click: 377. Combined Sum Ⅳ
781. 森林中的兔子
【诗歌】被讨厌的勇气
【Infiltration tool】Browser data export tool
harbor配置远程仓库
【问题解决】训练和验证准确率很高,但测试准确率很低
Gartner's global integrated system market data tracking, hyperconverged market growth rate is the first
Linux安装Oracle和postgrepSQL数据库
Eureka自我保护
Gold Warehouse Database KingbaseGIS User Manual (6.2. Management Functions)
ALV报表总结2022.8.9
LiveData : Transformations.map and Transformations.switchMap usage
Golden Warehouse Database KingbaseGIS User Manual (6.4. Geometry Object Access Function)
32 JZOF 】 【 print down on binary tree
Eureka protects itself
防火墙之系统防护
ECCV 2022 | Microsoft Open Source TinyViT: Pre-training Capabilities for Small Models
下载markdown软件Obsidian(解决官网下载速度慢)
[Interface Test] Decoding the request body string of the requests library