如果这是一个愚蠢的问题,我深表歉意,但是有没有办法从网站的某个部分“拍照”并将其保存在计算机上?
HTML
<div id="red" color="red" width="100px" height="100px"></div>
<div id="green" color="green" width="100px" height="100px"></div>
<div id="blue" color="blue" width="100px" height="100px"></div>
例如,我有一个网页,其中有 3 个 div 彼此相邻,我想只拍一张绿色 div 的照片,并将其保存为 jpeg 或其他格式。
例如,这完全可能使用 JQuery/Javascript 吗?