0

如何将其结果转换Element.querySelectorAll body "h1"为. 我知道我可以自己编写一个函数。有内置函数吗?IO NodeListIO (List Node)

4

1 回答 1

0

我的实现:

nodeListToList nl = nl
       & NodeList.getLength
     <&> (\x -> [0..x - 1])
     >>= mapM (item nl)
     <&> catMaybes
于 2016-08-01T21:48:14.127 回答