0
第一個alert
如何顯示Dublin
但第二個是undefined
?嘗試訪問json對象中的元素時未定義
http://jsfiddle.net/pzdx6L5a/1/
function getRenderParamValue(query){
customContext = JSON.parse("{\"test\":true,\"geo\":\"\",\"city\":\"Dublin\",\"categoryId\":\"\",\"categoryName\":\"\",\"productId\":\"\"}");
alert(customContext.city);
return customContext.query;
}
alert('city: ' + getRenderParamValue('city'));
這應該是'返回customContext [查詢]'。 – Barmar 2014-09-04 22:56:22