方式一: $.post('../Ajax/GoodsAjax.ashx?cmd=getGsList', function (result) { var result = eval('(' + result + ')'); if (result.rbool) { $('#creatLi').html(""); var li = ""; //动态添加商品类别样式 $.each(result.fList, function (f,
JS下载 function downloadFile(id) { var url = "<%=request.getContextPath()%>/cer/downloadFile"; var form = $("<form></form>").attr("action", url).attr("method", "post"); form.ap