求解题掷骰子问题求大佬解答

掷骰子

对象 属性 值
Form1 Text 骰子
Label11 Text 6
Button1 Text 扔

编写事件过程代码

Form1 Text = "骰子"
Label11.Text = "6"
Button1.Tex = "扔"

别的代码在你采纳了我之前的回答之后再写给你。