js列印指定DOM元素內的內容

2021-08-27 00:25:08 字數 810 閱讀 2759

1:js:

function printpartofdocument() 

printpartofdocument.prototype = );

},create: function()

if (!this.printcss) this.printcss = this.getprintcss();

settimeout(function()

b.innerhtml = '';

_this.frame.contentwindow.print();

},0);

},getprintcss: function()

return printcss;

},getid: function(el) ,

addevent: function(o, type, fn) else if (o.attachevent) )}}

}

html

print

列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,列印測試文字,

這裡的內容不會被列印,這裡的內容不會被列印,這裡的內容不會被列印,這裡的內容不會被列印,這裡的內容不會被列印,

方法2:

js

function printpart(idstr)

}

來自:

列印當前頁面指定元素中的內容

一.列印當前頁面指定元素中的內容 方式一 直接使用window.print 1 首先獲得元素的html內容 這裡建議如果有樣式最好是用內聯樣式的方式 var newstr document.getelementbyid mydiv innerhtml 得到需要列印的元素html 2 儲存當前頁面的整...

dom4j解析xml中指定元素下內容

需求 xml為如下樣式,現在我只想取得timer下面的5000和60000.解決辦法如下 idname sfzw 5000 60000 解析指定xml路徑下的資訊 param filename xml檔案路徑 param xmlpath xml裡元素路徑 return 返回map,如map.get ...

antd 使乙個元件掛載到指定dom元素內

antd中的許多元件中的跳出浮框都是直接掛載到body下來進行定位的 比如modal的遮罩,某些元件帶的tooltip等 然而,有時,我們希望將這些div掛載到某個div下,或掛載到父元件中時怎麼實現呢?1 掛載到任意div中 parentbox helloworld div tooltipvisi...