6,432
个编辑
小无编辑摘要 |
小无编辑摘要 |
||
第8行: | 第8行: | ||
for i=1,15 do | for i=1,15 do | ||
if i==1 then | if i==1 then | ||
fragStrA=fragStrA.."|".. | fragStrA=fragStrA.."|"..math.modf(frag[i]) | ||
stepStrA=stepStrA.."|".. | stepStrA=stepStrA.."|"..math.modf(step[i]) | ||
overStrA=overStrA.."|".. | overStrA=overStrA.."|"..math.modf(over[i]) | ||
else | else | ||
fragStrA=fragStrA.."||".. | fragStrA=fragStrA.."||"..math.modf(frag[i]) | ||
stepStrA=stepStrA.."||".. | stepStrA=stepStrA.."||"..math.modf(step[i]) | ||
overStrA=overStrA.."||".. | overStrA=overStrA.."||"..math.modf(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.."|"..math.modf(frag[i]) | ||
stepStrB=stepStrB.."|".. | stepStrB=stepStrB.."|"..math.modf(step[i]) | ||
overStrB=overStrB.."|".. | overStrB=overStrB.."|"..math.modf(over[i]) | ||
else | else | ||
fragStrB=fragStrB.."||".. | fragStrB=fragStrB.."||"..math.modf(frag[i]) | ||
stepStrB=stepStrB.."||".. | stepStrB=stepStrB.."||"..math.modf(step[i]) | ||
overStrB=overStrB.."||".. | overStrB=overStrB.."||"..math.modf(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.."|"..math.modf(frag[i]) | ||
stepStr=stepStr.."|".. | stepStr=stepStr.."|"..math.modf(step[i]) | ||
overStr=overStr.."|".. | overStr=overStr.."|"..math.modf(over[i]) | ||
else | else | ||
fragStr=fragStr.."||".. | fragStr=fragStr.."||"..math.modf(frag[i]) | ||
stepStr=stepStr.."||".. | stepStr=stepStr.."||"..math.modf(step[i]) | ||
overStr=overStr.."||".. | overStr=overStr.."||"..math.modf(over[i]) | ||
end | end | ||
end | end |