Anychart图表组件-Flash图转IMG普通图的方法 var base64 = chart.getPNG();$("#img").append("<img src='data:image/gif;base64,"+base64 +"'>");
?