How to save webpage in Qt WebKit as “save as complete webpage”
问题 I need to save web page using Qt WebKit similar to "Save as complete webpage" . Following are my requirements, Save the index html file, maintaining entity encoding. Need to download all linked images and other resources. Need to change resource path in html page to local downloaded path. Need to maintain webpage current state. I can use Qt and JavaScript to do this. Please provide me some inputs on this. Thanks 回答1: You could use a HTML parser to parse the current page, then look for all the