the line below will return some numbers in the format
8458.268,19166.142,13113.780,25837.795,13113.780,25837.795...
output=output.split("
").filter(/./.test, /Coordinates/).join("
").replace(/[^0-9.,]/g,'');
then it outputs in the line below... but before it outputs... I need to perform some calculations... like divide all those numbers by X
document.getElementById('inputTextToSave').innerHTML= output0 + output + output2;
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…