設置header為下面的就行了,這樣就可以實現(xiàn)彈出下載提示框的效果。   
response.setHeader(
    "Content-Disposition",
    "inline; filename=url");