代码搜索:GetArea
找到约 243 项符合「GetArea」的源代码
代码结果 243
www.eeworm.com/read/290529/8478524
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/290529/8478532
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/290529/8478543
htm xbobjectsexample2.htm
Example
_classes.registerClass("Polygon");
f
www.eeworm.com/read/385980/8773509
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/385980/8773514
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r
www.eeworm.com/read/385980/8773524
htm dynamicprototypepolygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
if (typeof Polygon._initialized == "undefin
www.eeworm.com/read/385980/8773545
htm xbobjectsexample2.htm
Example
_classes.registerClass("Polygon");
f
www.eeworm.com/read/379687/9186883
htm zinheritexample1.htm
Example
function Polygon(iSides) {
this.s
www.eeworm.com/read/379687/9186887
htm polygonexample.htm
Example
function Polygon(iSides) {
this.sides = iSides;
}
Polygon.prototype.getArea = function () {
r