gpt4 book ai didi

javascript - 未捕获的类型错误 : Object # has no method 'alert'

转载 作者:行者123 更新时间:2023-11-28 11:36:33 25 4
gpt4 key购买 nike

向社区问好,我是 javascript 新手,我想弄清楚为什么这段代码会给我带来这个错误,谢谢!

"use strict";
var myFunction = function(){
document.alert("hola");
};

myFunction();

控制台(chrome)说:

Uncaught TypeError: Object # has no method 'alert'

我已经使用 jshint 来纠正任何语法错误,但它似乎没有错误。

最佳答案

这是因为 alert() 属于 window 对象。

关于javascript - 未捕获的类型错误 : Object #<HTMLDocument> has no method 'alert' ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18600258/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com