需要下载多个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-2025 wenxuecity.com All rights reserved. Privacy Statement & Terms of Use & User Privacy Protection Policy