请问jquery获取json源格式数据?
我原来的javascript:
[{"p":"/riskmanagement/UploadFiles/201201/2012012186089097.jpg","l":"http://localhost/riskmanagement/html/?207.html","t":"新年大家都达成心愿,心想事成"},{"p":"/riskmanagement/UploadFiles/201201/2012012178264313.JPG","l":"http://localhost/riskmanagement/html/?206.html","t":"新年好"},]);
$.ajax({ url: 'http://localhost/riskmanagement/itest.asp',type: 'GET',dataType: 'json', success://请教怎么写??}});};