safePop

fun <E> Stack<E>.safePop(): E?

安全地执行pop方法,如果stack为空,返回null