【发布时间】:2014-06-30 16:38:56
【问题描述】:
如果它尝试加载这是显示 "q201" 而不是所需的 "Display 2" 对此有何想法?
TestCount = 2
q101 = "Display 1"
q201 = "Display 2"
q1 = "q"..TestCount.."01"
QD1 = display.newText("".. q1, 160, 20, MYRIADPRO, 30)
QD1:setTextColor( 255, 255, 2552)
QD1.x = display.contentWidth/2
QD1.y = display.contentHeight/2
screenGroup:insert(QD1)
我查看了本地表,但没有帮助
【问题讨论】: