1 Star 0 Fork 0

shellwalker/jsstudy

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.html 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
shellwalker 提交于 2017-11-01 14:10 . format and rename
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>JQueryPrintTest</title>
<link rel="stylesheet" href="css/sample.css">
<script src="node_modules/jquery/dist/jquery.js"></script>
<script src="node_modules/jQuery.print/jQuery.print.js"></script>
</head>
<body>
<div>
<button type="button" id="prtbutton">打印</button>
</div>
<p></p>
<p></p>
<p></p>
<p></p>
<div id="my_print_content">
<div class="center hiddenprint">
<p>打印时隐藏标题信息</p>
<p>打印时隐藏标题信息</p>
<p>打印时隐藏标题信息</p>
</div>
<div>
<table border="0" cellpadding="10">
<thead>
<tr class="tabletitle">
<td>姓名</td>
<td>性别</td>
</tr>
</thead>
<tbody>
<tr class="tablerow">
<td>张三</td>
<td></td>
</tr>
<tr class="tablerow">
<td>李四</td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div>
<span>开票人:XXX</span> 日期:<b>2017.10.10</b>
</div>
</div>
<script src="js/printsample.js"></script>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/shellwalker/jsstudy.git
git@gitee.com:shellwalker/jsstudy.git
shellwalker
jsstudy
jsstudy
master

搜索帮助