How does angularjs call the browser's printing tool to print the current page? Just pop up the print settings or print preview. Please give me some advice
Thank you everyone, one more question, the window.print() pops up is the print settings, can the print preview pop up?
學(xué)習(xí)是最好的投資!
window.print()
This is an online example
http://www.runoob.com/try/try...
Use the print method of html
http://www.w3school.com.cn/js...
You can control the printing content through css print
http://www.css88.com/archives...