public void NextNode() { if (captions.NextPage()) { //表示还有下一条 } else { //、没有下一条显示下个节点 Libretto.NextNode(); } }