Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想打印花式框 IFrame 弹出窗口中显示的任何内容。怎么做?目前 print 只是打印下面的所有内容,这不是我想要的。
尝试这个:
$("#printBtn").click(function() { $('#myIframe')[0].print(); });