Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
现在可以实现一个关卡分数.但不知如何实现50个关卡分数.想实现这样的效果 这是现在编写的
用数组这样记录多个数据不是挺好的吗,你的困惑点在哪
@欧拉欧拉 比如现在文本编号1=数组x1 文本编号2=数组x2 50关卡,每个文本编号都要写一次。50关卡就写50次了。如何实现文本编号X=数组xX.实现文本编号x读取数组xX的数据。
用二维数组, X轴50个.Y轴1个. 文本1=数组.at(1,0) 文本2=数组.at(2,0) 用循环就可以解决