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

2024年11月28日 13:38
有2个网友回答
网友(1):

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

网友(2):

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