摘要:
index yuan.js文件代码:/** * 创建一个对象圆 * 属性:半径 * 方法:面积和周长 * @author Administrator */function Circle(r){ this.r = r;}Circle.prototype.area = fu... 阅读全文
摘要:
在本例中,我们将创建一个数组,并按字母顺序进行排序:输出:George,John,Thomas,James,Adrew,MartinAdrew,George,James,John,Martin,Thomas例子 2在本例中,我们将创建一个数组,并按字母顺序进行排序:输出:10,5,40,25,100... 阅读全文
摘要:
阅读全文