Skip to content
js
;(function(){
    // 栈(stack): 先进后出(LIFO)
    // 队列(queue):先进先出(FIFO)

})()