回答編集履歴

1

修正

2017/02/26 02:44

投稿

turbgraphics200
turbgraphics200

スコア4267

test CHANGED
@@ -2,6 +2,6 @@
2
2
 
3
3
  ```c#
4
4
 
5
- head.InsertBefore(newNode, head.FirstChild);
5
+ headNode.InsertBefore(newNode, headNode.FirstChild);
6
6
 
7
7
  ```