modifié: test.html
This commit is contained in:
parent
45a5d97925
commit
1a139f4044
@ -14,6 +14,7 @@
|
||||
var str = "<img src='data:image/jpeg;base64,"+evt.data+"'>";
|
||||
$('.image').html(str);
|
||||
}
|
||||
ws.onopen;
|
||||
$(document).ready(refresh())
|
||||
setInterval('refresh()', 2000);
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user