Js reads and writes files

read pictures
text and other information
output a combined document
do you have any good solution recommendations

question add:
I use ppupptter to capture the corresponding page of each vue of our online project and take a screenshot
then parse the local vue file to get the total number of interfaces requested
and then output a screenshot of this vue and the doc document of its corresponding interface

.
Jul.11,2022

you can get all the network requests sent by the page by listening to the request event, and then filter out the interfaces
see https://zhaoqize.github.io/pu...

.
Menu