mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
567 B
567 B
title | description |
---|---|
web#html api | web#html API provides some basic functions and values for parser html file. |
Available APIs >> web#html
Intro
web#html API provides some basic functions and values for parser html file.
Functions
function name | description |
---|---|
parse(str) |
parser content |
parseFile(path) |
parse file path |
parseURL(url) |
parse url |