js-使用構造函數、遍歷數組、for循環、if語句判斷年齡來篩選出一組人物對象中的成年人

<script type="text/javascript">             //使用構造函數建立Zyh             function Zyh(name , age){                 this.name = name;                 this.age = age;             }             //修改對象Zyh原型的
相關文章
相關標籤/搜索