ajax 와 댓글

시바코코개발자·2023년 9월 4일
0

 $.ajax({
	 url: contextPath + "/reply/replyList.re",
	 type: "get",
	 data: {boardNumber: 894},
	 dataType:"json",
	 success:function(replys){
		 console.log(replys)
	 }
 });
 

0개의 댓글