Current location - Loan Platform Complete Network - Big data management - How to implement hyperlinks in java
How to implement hyperlinks in java
Java implementation hyperlink download is as follows:

Response.setheader ("content-disposition", "attachmentFilename=" downloaded file name); Note: Let response call the setheader method to add the downloaded header to the browser of the client, and the browser will open the corresponding download dialog box after receiving the header.