一发炮弹的价格是多少?

智多星 672 0
问题描述
一发炮弹的价格是多少?
精选答案
// 这里是一个假设的答案,实际价格因地区、时间和购买渠道而异 // 为了示例,我们假设一发炮弹的价格是100元 var priceOfShell = 100; console.log("一发炮弹的价格是:" + priceOfShell + "元");