亚当的`dom`解析器
import arsd.dom;
import std.stdio;
void main() {
auto document = new Document("your html string here");
foreach(option; document.querySelectorAll("option"))
writeln(option.value); // or option.innerText
}
用dmd yourfile.d dom.d编译,非utf8加上characterencodings.d文件.
参考在此
浙公网安备 33010602011771号