function window.onbeforeprint() {
eval(visble_property_printview + " = \"" + visble_property_false + "\"");
}
function window.onafterprint() {
eval(visble_property_printview + " = \"" + visble_property_true + "\"");
}
菜鸟级的,想问一下,这是什么意思
window.onbeforeprint 在输出前执行的方法
window.onafterprint 在输出后执行的方法
eval 格式化json字符串