比如jsp中的list如下latitude[30.6354, 30.6355, 30.6356],怎样在js中让数组data等于latitude
给list所处标签加一个id='latitude' js获取:var data = $("#latitude").val()