var json=JSON.parse(msg.responseText);
$.each(json, function (n, value) {
if (typeof(value) !== "undefined") {
alert(value);//怎么一次性输出value而不是循环输出
}
});
输出的是值,不要输出数组
当年话下
相关分类