2012-01-15 2 views

답변

14
$.get('/vectorimage.svg', function(svg){ 
    console.log(svg); 
}, 'text'); 
0

$.get('/vectorimage.svg', function(svg){ 
     console.log($(svg).html()); 
    }); 
+0

가 null 반환 시도 :( – Fresheyeball

관련 문제