6,432
个编辑
小 (修复bug) |
小无编辑摘要 |
||
第8行: | 第8行: | ||
for i=1,15 do | for i=1,15 do | ||
if i==1 then | if i==1 then | ||
fragStrA=fragStrA.."|".. | fragStrA=fragStrA.."|"..string.format("%0.0f",frag[i]) | ||
stepStrA=stepStrA.."|".. | stepStrA=stepStrA.."|"..string.format("%0.0f",step[i]) | ||
overStrA=overStrA.."|".. | overStrA=overStrA.."|"..string.format("%0.0f",over[i]) | ||
else | else | ||
fragStrA=fragStrA.."||".. | fragStrA=fragStrA.."||"..string.format("%0.0f",frag[i]) | ||
stepStrA=stepStrA.."||".. | stepStrA=stepStrA.."||"..string.format("%0.0f",step[i]) | ||
overStrA=overStrA.."||".. | overStrA=overStrA.."||"..string.format("%0.0f",over[i]) | ||
end | end | ||
end | end | ||
第20行: | 第20行: | ||
for i=16,30 do | for i=16,30 do | ||
if i==1 then | if i==1 then | ||
fragStrB=fragStrB.."|".. | fragStrB=fragStrB.."|"..string.format("%0.0f",frag[i]) | ||
stepStrB=stepStrB.."|".. | stepStrB=stepStrB.."|"..string.format("%0.0f",step[i]) | ||
overStrB=overStrB.."|".. | overStrB=overStrB.."|"..string.format("%0.0f",over[i]) | ||
else | else | ||
fragStrB=fragStrB.."||".. | fragStrB=fragStrB.."||"..string.format("%0.0f",frag[i]) | ||
stepStrB=stepStrB.."||".. | stepStrB=stepStrB.."||"..string.format("%0.0f",step[i]) | ||
overStrB=overStrB.."||".. | overStrB=overStrB.."||"..string.format("%0.0f",over[i]) | ||
end | end | ||
end | end | ||
第76行: | 第76行: | ||
for i=1,20 do | for i=1,20 do | ||
if i==1 then | if i==1 then | ||
fragStr=fragStr.."|".. | fragStr=fragStr.."|"..string.format("%0.0f",frag[i]) | ||
stepStr=stepStr.."|".. | stepStr=stepStr.."|"..string.format("%0.0f",step[i]) | ||
overStr=overStr.."|".. | overStr=overStr.."|"..string.format("%0.0f",over[i]) | ||
else | else | ||
fragStr=fragStr.."||".. | fragStr=fragStr.."||"..string.format("%0.0f",frag[i]) | ||
stepStr=stepStr.."||".. | stepStr=stepStr.."||"..string.format("%0.0f",step[i]) | ||
overStr=overStr.."||".. | overStr=overStr.."||"..string.format("%0.0f",over[i]) | ||
end | end | ||
end | end |