What is parsing?

前端 未结 8 1091
猫巷女王i
猫巷女王i 2020-12-23 02:24

Parsing is something I come across a lot in development, but as a junior it is one of those things I assume I will get the hang of at some point, when it is needed. In my cu

8条回答
  •  Happy的楠姐
    2020-12-23 02:42

    Parsing is taking a set of data and extracting the meaningful information from it. With HTML parsing, you're looking to read some html and return a structured set of tags and text

提交回复
热议问题