摘要:
getJson('age'); function getJson(key){ var jsonObj={"name":"cxr","age":"18","profession":"f"}; //1、eval方法 var eValue=eval('jsonObj.'+key); alert(eValu 阅读全文
摘要:
html: <div class="flot-chart-content" id="flot-dashboard-chart"></div> js: function drawChartOne(clustertag) { $.ajax ({ cache: false, async: true, ty 阅读全文