<script>
function Fun(show) {
this.name="小明";
this.sex="女";
this.show=function () {
alert("你的名字叫"+this.name+"性别"+this.sex)
}
new Fun().show()
</script>
Ewall_
qq_无黑不可_0
相关分类