1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
| <script src="/vvd_js/deployggb.js"></script> <script>
var parameters1 = { "id": "ggbApplet1", "width":800, "height":500, "enableShiftDragZoom":true, "showZoomButtons":true, "appletOnLoad":function(api){ }, "showFullscreenButton":true, "language":"en", "filename":"https://101.43.39.125/HexoFiles/image_canglan/20210417165539.ggb", };
var parameters2 = { "id": "ggbApplet2", "width":800, "height":500, "enableShiftDragZoom":true, "showZoomButtons":true, "appletOnLoad":function(api){ }, "showFullscreenButton":true, "language":"en", "filename":"https://101.43.39.125/HexoFiles/image_canglan/20210417220853.ggb", };
var views = {'is3D': 0,'AV': 1,'SV': 0,'CV': 0,'EV2': 0,'CP': 0,'PC': 0,'DA': 0,'FI': 0,'macro': 0};
var applet1 = new GGBApplet(parameters1, '5.0', views);
var applet2 = new GGBApplet(parameters2, '5.0', views);
window.onload = function() {applet1.inject('ggbApplet1'); applet2.inject('ggbApplet2');}; </script>
- geogebra 图像 1 <div id="ggbApplet1"></div>
- geogebra 图像 2 <div id="ggbApplet2"></div>
|