第11次作业
Posted wry-20040208
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了第11次作业相关的知识,希望对你有一定的参考价值。
这个作业属于哪个课程 | https://edu.cnblogs.com/campus/sdscfz/SF3 |
---|---|
这个作业要求在哪里 | https://edu.cnblogs.com/campus/sdscfz/SF3/homework/12975 |
这个作业的目标 | 第11次作业-利用构造函数创建对象 |
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- <input name="按钮" type="button" onClick="clic()" value="按钮"></input> -->
<button ondblclick="document.write(student1.name+student1.age+student1.hobby+student1.gender+str)">按钮</button>
<script>
function Stu(name,age,hobby,gender)
this.name = name;
this.age = age;
this.hobby = hobby;
this.gender = gender;
var now = new Date()
var str =
now.toLocaleDateString() + \' \' +
now.toLocaleTimeString();
var student1 = new Stu(\'王如意\',19,\'女\',\'跑步读书听音乐\');
// document.write(student1.name+student1.age+student1.sex+student1.love+str)
</script>
</body>
</html>
测试第二篇文章
不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业不是第0次作业
以上是关于第11次作业的主要内容,如果未能解决你的问题,请参考以下文章