getElementById('stuff') returns null. So adding .value will cause the error. You are trying to access a DOM element before the DOM is ready. Use ...
確定! 回上一頁