In Javascript, the same input data is only different in length, but long data does not run correctly

后端 未结 0 1200
灰色年华
灰色年华 2020-12-07 13:25

This is my code for this part.

function gcodeXY(source){
    var [xVal, yVal] = source.split(",");
    return `X${xVal} Y${yVal}`
}
let last="&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题