window.location.replace('imagegen.php?temp=rand(0,1)');
document.getElementById("imgframe").src = 'Output.gif?'+ Math.random().toString();每分钟imagegen.php会生产新的图片, 名为Output.gif. 并显示在当前网页内,同时会在临时文件夹下储存一份.如何才能清除这些临时文件呢?
谢谢.谢谢.