5
0
3
41
336
305
234
function savepic(url){ pic=window.open(url,demo) setTimeout('pic.document.execCommand(saveas)',0); return false; } 保存图片到磁盘上的js代码