摘要:mp3: 1 public struct Mp3Info 2 3 { 4 5 public string identify;//TAG,三个字节 6 7 public string Title;//歌曲名,30个字节 8 9 public string Artist;//歌手名,30...
阅读全文
posted @ 2006-02-23 17:36
|
|||
02 2006 档案
摘要:mp3: 1 public struct Mp3Info 2 3 { 4 5 public string identify;//TAG,三个字节 6 7 public string Title;//歌曲名,30个字节 8 9 public string Artist;//歌手名,30...
阅读全文
posted @ 2006-02-23 17:36
摘要:首先将ajax.dll引入项目 *.ASPX页面: 1 2 3 4 5 WebForm19 6 7 8 9 10 11 12 13 14 15 27 2829*.aspx.cs Ajax.Utility.RegisterTypeFo...
阅读全文
posted @ 2006-02-17 16:04
|
|||