const scale = 12const size = 25 scale; const longSide = Mathmax1360 739;const count = MathceillongSide size; 循环求出横轴位置
for (let i = 0; i < count; i++) { const x = i * size; // do something with x }
原文地址: https://www.cveoy.top/t/topic/fEqr 著作权归作者所有。请勿转载和采集!