时间:2021-07-01 10:21:17 帮助过:7人阅读
第一:onclick=cancel(id,patientId);
在js文件中定义cancel方法
如果要把当前对象传过去用onclick="cancel(this,id,patientId)"
js中cancel(obj,id,patientId)
第二:在js中用jquery$(function(){
var patientId=$("a").attr("patientId");
}),在页面中
2、onclick事件