jQuery Word Export 是一款可以将网页中的文字导出到微软 Word 文档中的 jQuery 插件。它通过 FileSaver.js 文件来在客户端使用 HTML5 localStorage 来存储文件。
该插件依赖于 jQuery 和 FileSaver.js,需要在页面中引入这些文件。
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/FileSaver.js"></script>
<script type="text/javascript" src="js/jquery.wordexport.js"></script>
将你需要导出的内容包裹在一个容器中。
<div id="export-content">
这里是你要导出的内容...
</div>
<!-- 导出按钮 -->
<a class="btn jquery-word-export" href="javascript:void(0)">导出为.doc文档</a>
在页面 DOM 元素加载完毕之后,通过 wordExport()方法来初始化该插件。
jQuery(document).ready(function($) {
$("a.jquery-word-export").click(function(event) {
$("#pagecontent").wordExport();
});
});
jquery.wordexport.js 插件的 github 地址为:https://github.com/markswindoll/jQuery-Word-Export
演示地址 | 下载地址 |
专业提供WordPress主题安装、深度汉化、加速优化等各类网站建设服务,详询在线客服!