需要下載多個mp3文件,又不想手工輸入文件名,甚至不想重複copy and paste的樂迷可以用下麵這個小程序(需修改以適應)。
#include
#include
void main()
{
FILE *fp;
int i;
fp = fopen("list1.lst", "w");
for(i=0;i {
fprintf(fp, "http://haoyy.com/top/2005/%d.mp3n",i+1);
}
fclose(fp);
}
• 拜托,誰會用C幹這個啊?你不知道 -flashget嗎?- ♀ (0 bytes) () 02/06/2004 postreply 16:19:13
• 相當不錯,謝謝.隻是Flashget更方便.能否寫另個小程序 -紅楓林- ♀ (72 bytes) () 02/07/2004 postreply 18:49:31
WENXUECITY.COM does not represent or guarantee the truthfulness, accuracy, or reliability of any of communications posted by other users.
Copyright ©1998-2024 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy