所以我遇到了这个让我发疯的错误。我正在制作我的第一个 chrome 扩展,但我找不到我在这段代码片段中做错了什么:
let startButton = document.getElementById("StartBtn")
startButton.addEventListener("click", function(){ //this is the line of code where I get the error
let recognition = new SpeechRecognition()
recognition.start()
})
答案 0 :(得分:0)
这意味着 startbutton 为空,你可能在 id 中有一个错字