你好,咨询下 可以用jquery的ajax调取标签,调取数据吗?例如:$.ajax('accessLabel', {
labelName: '通用信息列表', params: { outputQty: 11, titleLength: 28, nodes: 632, listOrderType: 90, displayPropertyPrefix: 65 }, success: function (response) {
$("#qiyeList").prepend($(response).find('body').text());
}
})
有调取这种方式的类似方法吗?