Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 TabHost,其中包含几个选项卡,其中一个选项卡为“购物车”。将商品添加到购物车后,我想在“购物车”选项卡上显示计数(已添加商品的数量)。
你能帮我实现吗?
单击 addToCart 按钮时创建一个静态变量 Counter,然后在删除 addTocart 项目时增加计数器,然后减少计数器。