各位大神这个js代码怎么写?

 我来答
宠物熊老师
2017-05-14 · TA获得超过358个赞
知道小有建树答主
回答量:304
采纳率:66%
帮助的人:45万
展开全部
function Drinks(name,price,amount){
    this.name=name;
this.price=price;
this.amount=amount;
}

function Cola(name,price,amount){
this.Drinks=Drinks;
this.Drinks(name,price,amount);
}

function Sprite(name,price,amount){
this.Drinks=Drinks;
this.Drinks(name,price,amount);
}
var cola=new Cola(name,price,amount);
var sprite=new Cola(name,price,amount);

var totalPrice=0;

if(cola.amount>3&&sprite.amount>3){
totalPrice=(cola.price*cola.amount+sprite.price*sprite.amount)*0.8;
}else{
    totalPrice=cola.price*cola.amount+sprite.price*sprite.amount;
}
追问
谢谢
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式