With appendChild(), you have to create node (a text node here) for the parameter, to append the contents to the <div>. Here's how this is done. <!DOCTYPE html> ...
確定! 回上一頁