Ta上传的资源 (0)

简单实现收银功能pay=amount*price;listBox1.Items.Add("数目"+textBox2.Text+"单价"+textBox1.Text+"价钱"+pay);total=total+pay;