TCPDF 获得当前页码、总页码 - NOTEBOOK
TCPDF 获得当前页码、总页码
PHP / MySQLPosted on 2024-11-24
摘要 : $this->PageNo(); $this->getPage(); $this->getAliasNumPage(); $this->getAliasNbPages();
❱ 获得当前页码:
$this->PageNo();
$this->getPage();
$this->getAliasNumPage();
❱ 总页码:
$this->getAliasNbPages();
$this->getNumPages();