fed icon indicating copy to clipboard operation
fed copied to clipboard

【作业贴】移应171 01 JS环境初试

Open zptcsoft opened this issue 6 years ago • 44 comments

请大家在本贴实现一个JS效果,来达到熟悉JS开发环境的目的。 要求:

  1. 把自己的效果传到自己github账号,本在本贴回复两位学号和姓名,如00 王海庆 链接
  2. 尽量体现自己最高水平
  3. 下次上课前交
  4. 做得好的有神秘大奖

我们课堂上的案例

<p id="a" style="color:lightblue">一段文本</p>
<script type="text/javascript">
	//设置html、css
	//基于事件动态设置html、css、窗口等
	//找见元素,设置它
	var a=document.getElementById("a");
	a.style.color="lightblue";
</script>
<input type="button" name="redBtutton" id="redBtutton" value="红红红红红红色" onclick="chgColor('red')" />
<input type="button" name="redBtutton" id="redBtutton" value="绿绿绿绿绿绿色" onclick="chgColor('green')" />
<input type="button" name="redBtutton" id="redBtutton" value="蓝蓝蓝蓝色" onclick="chgColor('blue')" />
<input type="color" name="" id="chgColor" value="#ff0000" onchange="chgRandomColor()" />
<script type="text/javascript">
	function chgColor(color){
		document.body.style.backgroundColor=color;
	}
	function chgRandomColor(){
		var chgColor=document.getElementById("chgColor");
		document.body.style.backgroundColor=chgColor.value;
	}
</script>

zptcsoft avatar Sep 05 '18 01:09 zptcsoft

<!DOCTYPE html>
<html>
	<head>
		<meta charset="utf-8" />
		<title></title>
		<style type="text/css">
			p{
				color:green;
				text-indent: 2em;
				line-height:1.5;
			}
		</style>
	</head>
	<body>
		<p id="斯大林" style="color:lightblue">sdfsfwwefrqwefqwefqwfasdgfqwegsdgqdgqdgqegre</p>
		<script type="text/javascript">
			var a=document.getElementById("斯大林");
		    a.style.color="lightblue";
		</script>
	</body>
</html>

nixiaoliang avatar Sep 05 '18 02:09 nixiaoliang

03 楼競恒 https://15968191839.github.io/ljh/

15968191839 avatar Sep 05 '18 02:09 15968191839

04 周皓天https://1647502335.github.io/index.html

1647502335 avatar Sep 05 '18 02:09 1647502335

38- 楼思宏https://fengxiaozaici.github.io/newn/index.html

fengxiaozaici avatar Sep 05 '18 03:09 fengxiaozaici

07-张舒鹏https://zq0951.github.io/斐波那契数列/index.html

zq0951 avatar Sep 05 '18 03:09 zq0951

24-宋佳军 https://songdadacarry.github.io/hello/index.html

songdadacarry avatar Sep 05 '18 03:09 songdadacarry

37 鲍华明 https://bhm37.github.io/基础项目/index.html

bhm37 avatar Sep 05 '18 03:09 bhm37

33-张铭泳https://20170608133.github.io/gb/

20170608133 avatar Sep 05 '18 03:09 20170608133

08-严振焘https://Yztttttt.github.io/08/index.html

Yztttttt avatar Sep 05 '18 03:09 Yztttttt

39.边逸婷https://yiting63.github.io/lhr/hhh.html

yiting63 avatar Sep 05 '18 03:09 yiting63

06 李亚坤https://yakunn.github.io/hello/index.html

Yakunn avatar Sep 05 '18 03:09 Yakunn

50 陈家辉https://huajiw.github.io/hello2/index.html

HuaJiW avatar Sep 05 '18 03:09 HuaJiW

32 陈志伟 https://chenzhiwei111.github.io/hello1/index.html

chenzhiwei111 avatar Sep 05 '18 03:09 chenzhiwei111

29 李佳奇 https://ljq6666.github.io/hello1/index.html

ljq6666 avatar Sep 05 '18 03:09 ljq6666

18 诸葛文瀚 https://zgwh.github.io/zz/index.html

zgwh avatar Sep 05 '18 03:09 zgwh

27 戴甄 https://diviner1121.github.io/index.html

diviner1121 avatar Sep 05 '18 03:09 diviner1121

43 潘一炜https://tonggechiou.github.io/pengxiong/index.html

tonggechiou avatar Sep 05 '18 03:09 tonggechiou

23 唐寅https://tangzhuyin.github.io/first/index.html

tangzhuyin avatar Sep 05 '18 03:09 tangzhuyin

15 徐效宇https://x20170608115.github.io/onej/new_file.html

x20170608115 avatar Sep 05 '18 03:09 x20170608115

26 应小刚https://yingxiaogan.github.io/index.html

yingxiaogan avatar Sep 05 '18 03:09 yingxiaogan

20张天https://bentuotuo.github.io/jsjsjs.html

FISHTIANTIAN avatar Sep 05 '18 03:09 FISHTIANTIAN

05赵琛https://zzzzzzzzzc.github.io/hello/

zzzzzzzzzc avatar Sep 05 '18 03:09 zzzzzzzzzc

46林文青https://piggss.github.io/backg/index.html

LINWQG avatar Sep 05 '18 03:09 LINWQG

36裘凯炳https://qiukaibing.github.io/詹23/index.html

qiukaibing avatar Sep 05 '18 03:09 qiukaibing

19盛佳康https://sjkkkk.github.io/hello/chgColor.html

sjkkkk avatar Sep 05 '18 03:09 sjkkkk

13王露露https://377a61.github.io/jsone/%E6%94%B9%E5%8F%98%E8%83%8C%E6%99%AF%E9%A2%9C%E8%89%B2.html

377a61 avatar Sep 05 '18 03:09 377a61

21傅全超 https://mcccccccc.github.io/%E5%A4%A7%E8%B6%85/index.html

Mcccccccc avatar Sep 05 '18 03:09 Mcccccccc

30邵丽君https://weirdo1998.github.io/%E7%BD%91%E9%A1%B5%E8%83%8C%E6%99%AF/index.html

weirdo1998 avatar Sep 05 '18 03:09 weirdo1998

045陈薇薇https://cveivei.github.io/javase/index.html

cveivei avatar Sep 05 '18 03:09 cveivei

42-贺郑鹏http://yufen.github.io/Yufendian/index.html

Yufendian avatar Sep 05 '18 04:09 Yufendian