采用Stack的方法。一次性push k个node进去。 My Implementation:有一个地方要注意的就是1. 我们主要在移动的是Next指针。 2. 当stack pop出东西完以后,最后一个要指向新的node。