Files
2025-08-25 18:36:29 +08:00

33 lines
1022 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
front:
hard: 入门
time: 5分钟
---
# 售卖商品课后作业
1.当我想售卖一个有效期30天的会员皮肤如下哪个定价方案更合理
- A. 100000钻石。
- B. 100000绿宝石。
- C. 200钻石。
- D. 免费并倒贴玩家50块。
<!--解答答案C。钻石和人民币的兑换比是1001绿宝石来自免费积分行为。 **合理的定价能使玩法走得更远。**-->
2.以下哪些打开neteaseStore的方法是正确的多选题
- A. 进入游戏时,设置自带按钮显示,让玩家主动点击进入商店。
- B. 觉得自带按钮不美观制作一个自己玩法的UI按钮点击按钮进入商店。
- C. 通过玩法引导产生弹窗“解锁此功能需要购买xx商品是否跳转到商店若点击是拉起商店。
- D. 读取玩家意念,当玩家想买东西时,自动打开商店。
<!--解答答案ABC。①由`HideNeteaseStoreGui`接口实现, ②③由`OpenNeteaseStoreGui`接口实现。-->