- 授权协议: MIT
- 开发语言: ActionScript
- 操作系统: 跨平台
- 软件首页: http://code.google.com/p/csvlib/
- 软件文档: http://code.google.com/p/csvlib/wiki/QuickStart
软件介绍
csvlib 是 ActionScript 语言用来解析 csv 文件的库。
示例代码:
var csv : CSV = new CSV( new URLRequest('example-1.csv') );
csv.addEventListener ( Event.COMPLETE, completeHandler );
function completeHandler ( event : Event )
{
trace ( csv.data.join('\r') )
// do something ...
}
HTML & XHTML
Chuck Musciano、Bill Kennedy / O'Reilly Media / 2006-10-27 / GBP 39.99
"...lucid, in-depth descriptions of the behavior of every HTML tag on every major browser and platform, plus enough dry humor to make the book a pleasure to read." --Edward Mendelson, PC Magazine "Whe......一起来看看 《HTML & XHTML》 这本书的介绍吧!
