html jQuery的でプリントダイアログを表示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html jQuery的でプリントダイアログを表示相关的知识,希望对你有一定的参考价值。

//javascript
$(function(){
    $('a.print').click(function(){
        window.print();
        return false;
    });
});

//html
<p><a href="#" class="print">このページを印刷する</a></p>

以上是关于html jQuery的でプリントダイアログを表示的主要内容,如果未能解决你的问题,请参考以下文章

text ダイアログをサービスや通知から出すための透明アクティビティ设定

SAP本地文件操作

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)

python はてなブログAtomPub APIを使った简易投稿クライアントアプリ(http://ottati.hatenablog.com/entry/2013/09/06/190925の解说用)