復制代碼代碼如下: !-- 聲明: 此div應該在允許使用webcam,網絡攝像頭之后動態生成 寬高: 640 *480,當然,可以動態控制啦! -- !-- Ideally these elements aren't created until it's confirmed that the client supports video/camera, but for the sake of illustrating the elements involved, they are created with markup (not JavaScript) -- video id="video" width="640" height="480" autoplay /video button id="snap" Snap Photo /button canvas id="canvas" width="640" height="480" /canvas