var data = ['{"sensorvalue":"96"},{"sensorvalue":"98"}']
should be
var data = '[{"sensorvalue":"96"},{"sensorvalue":"98"}]'
The top is an array
with a single element containing two object
s with a comma (,
) in between. The bottom is a string
with a json array
containing two object
s
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…