一、安装所需js
npm install three
npm i tweenjs/tween.js^18二、引入和定义全局变量
// 引入three.js
import * as THREE from three;
// 引入扩展库GLTFLoader.js
import { GLTFLoader } from three/examples/jsm/loaders/GLTFLoader.js;
import { OrbitControls } from t…
文章转载自:http://javascript.ruanyifeng.com/htmlapi/fullscreen.html#toc7 js 设置、退出和判断全屏的方法
设置全屏退出全屏全屏属性全屏事件全屏状态的CSS 设置全屏
/*** [requestFullScreen 设置全屏]*/
function requestFullScreen() { var de document.d…
html代码: <select class"db"><option value "volvo">volvo</option><option value "saab">Saab</option><option value"opel">Opel</option><option value"audi"…
是h5的新标签,可以配合js画图.
<html>
<head>
<title>paintTest</title>
</head>
<script>
var p ; //全局变量,类似画笔function init(){
p document.getElementById(myCanvas).getContext(2d);//矩形
p.strokeRect(100,50,200,300);//…