XSPF播放列表操作类库 libxspf

码农软件 · 软件分类 · 其他开发相关 · 2019-11-01 18:12:43

软件介绍

libxspf (前身是 libSpiff) 是一个用来读取 XSPF 播放列表格式文件的C++类库,支持版本0和1。这是官方推荐的实现版本。

使用示例:

XspfReaer reader;
XML_Char const * const baseUri = _PT("http://example.org/");
reader.parseFile(_PT("playlist.xspf"), NULL, baseUri);

XML_Char const * const baseUri = _PT("http://example.org/");
XspfWriter * const writer = XspfWriter::makeWriter(formatter, baseUri);

本文地址:https://codercto.com/soft/d/18053.html

jQuery

jQuery

Earle Castledine、Craig Sharkie / SitePoint / 2010-02-28 / USD 39.95

jQuery: Novice to Ninja is a compilation of best-practice jQuery solutions to meet the most challenging JavaScript problems. In this question-and-answer book on jQuery, you'll find a cookbook of ready......一起来看看 《jQuery》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具