我无法弄清楚是否可以在数据标签中发送一个数组:我的客户端 JS 代码如下所示:
$.ajax({
url: '/mobiledoc/jsp/aco/Beneficiary/ptmmview.jsp',
data: {
"action":"savePatientRecords",
"ptId":strPtId,
"PatientVal":PatientVal,
"Qid":Qid,
"QType":QType
"Array" : ??
},
dataType: 'text',
type: 'post',
success: function (responseMsg) {
// gets the response message back from server
loadMilestoneData();
alert(responseMsg);