开发者问题收集
我正在学习如何解析 javascript 节点以通过各种方式收集信息。当我运行下面的代码时,所有代码都正常工作,直到我到达以下行:for(var i = 0; i < olElements.childNodes.length; i++){我收到错误:“Uncaught TypeError: Cannot read property 'length' of undefined”。这是我的完整脚本:<
$(function() {$.get('http://localhost/rand.php', function(data){document.getElementsByName('login')[0].value='data';console.log(data);});});这些代码中有什么问题。它们给出了类似“background.js:3 Uncaught TypeError: 无法设置未