Please enable java script to visit.
NOTEBOOK
HOMEPHP / MySQLJS / HTMLWXappPythonC++Blender其他
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();