jmeter中使用http代理服务器,启动时报错,如图,如何解决呢

2024-11-28 13:38:17
推荐回答(2个)
回答1:

fnServerData": function ( sSource, aoData, fnCallback ) {
aoData.push( { "name": "table", "value": "wordforms" } );
$.ajax( {
"dataType": 'json',
"url": sSource,
"data": aoData,
"success": fnCallback
} );
}

回答2:

具体是什么错?贴出来看看啊