Here's a very basic snippet of CSS that adds the current page number to the bottom of every page: @page { @bottom { content: counter(page) } }.
確定! 回上一頁