-
从music.xidu.net网站提取mp3文件列表的小程序
摘要:首先分析http://music.xidu.net/album/album3314.html的源代码片断如下: ::: 01 (4.05M) ...
阅读全文
-
一个提取mp3文件列表的小程序
摘要:void CTestDlg::OnOK() { // TODO: Add extra validation here CString s; CFile file; file.Open("D:\\music\\经典老歌精选\\bglist.js",CFile::modeCreate|CFile::modeWrite); file.SeekToBegin(); ...
阅读全文
|