js/reply.js
페이지 정보
본문
async function get1(bno) {
console.log("bno : "+bno)
const result = await axios.get(`/replies/list/${bno}`) //홑 따옴표가 아니다.
//console.log(result)
return result;
}
- 이전글● 비동기 함수의 반환 24.06.24
- 다음글board/read.html ( 스크립트 부분 수정 ) 24.06.24
댓글목록
등록된 댓글이 없습니다.