NOTEBOOK
HOMEPHP / MySQLJS / HTMLPythonBlender信奥C++系统脚本/命令其他
TCPDF 获得当前页码、总页码 - NOTEBOOK
TCPDF 获得当前页码、总页码
PHP / MySQL
Posted on 2024-11-24
摘要 : $this->PageNo(); $this->getPage(); $this->getAliasNumPage(); $this->getAliasNbPages();
❱ 获得当前页码:

$this->PageNo();

$this->getPage();

$this->getAliasNumPage()


❱ 总页码:

$this->getAliasNbPages();

$this->getNumPages();