如何在 chrome 和 opera 中打印页码
How to print page number in chrome and opera
我有一个网络应用程序。我在该应用程序上使用 chrome
和 opera
在打印页面预览中,我想将页码放在特定的 td 格式中,如下所示
<thead>
<tr>
<td>thead data</td>
<td>thead data</td>
<td>page number of pages numbers</td>
</tr>
</thead>
<tbody>
<tr>
<td>tbody data</td>
<td>tbody data</td>
<td>tbody data</td>
</tr>
</tbody>
在 firefox 中我尝试了这个答案
In Whosebug
它只在 Firefox 中有效
但我的问题是我想要它出现在 chrome 和歌剧中
我尝试了很多东西,但没有任何效果
谢谢
要打印页码,您必须设置 Chrome 和 Opera 打印设置。
单击 Ctrl + P 将出现一个弹出窗口。单击 更多设置 按钮并选中 页眉和页脚 ,它将显示页码。
我有一个网络应用程序。我在该应用程序上使用 chrome
和 opera
在打印页面预览中,我想将页码放在特定的 td 格式中,如下所示
<thead>
<tr>
<td>thead data</td>
<td>thead data</td>
<td>page number of pages numbers</td>
</tr>
</thead>
<tbody>
<tr>
<td>tbody data</td>
<td>tbody data</td>
<td>tbody data</td>
</tr>
</tbody>
在 firefox 中我尝试了这个答案 In Whosebug 它只在 Firefox 中有效 但我的问题是我想要它出现在 chrome 和歌剧中 我尝试了很多东西,但没有任何效果 谢谢
要打印页码,您必须设置 Chrome 和 Opera 打印设置。
单击 Ctrl + P 将出现一个弹出窗口。单击 更多设置 按钮并选中 页眉和页脚 ,它将显示页码。