我正在将一个项目从Codepen转移到我的计算机上。当我从计算机加载它时,我在这里收到错误:
var get=document.getElementById('workTime'); //get the value of the Wokrktime
var endPoint=((2*(parseInt(get.value)))/60)+1.5;
我得到Uncaught TypeError:无法读取属性' value'为null。错误是针对最后一行。有人能指出我正确的方向吗?