文档目录
跳转到某一页。
void showPage(int a);
页的id号
无
// 跳转到 id 为0 的页 showPage(0); // 跳转到名称为 main 的页,使用 id 属性获取页id showPage(main.id);