另一個我常用的辦法:

來源: 2006-11-01 21:29:28 [舊帖] [給我悄悄話] 本文已被閱讀:

Create a html file using any text editor, say, download.html and use the following content for the file:

 <html>
  <body>
   <a href="myURL">Download</a>
  </body>
 </html>

Replacing "myURL" with the URL for the music file, and then save the file and then open it with a browser like IE, right click on the "Download" link and choose save as. I mostly use this method to download real player files.