HTML Encode1 Javascript Html 인코딩, 디코딩 function htmlEncode(value){ return $('').text(value).html(); } function htmlDecode(value){ return $('').html(value).text(); } 2022. 1. 7. 이전 1 다음 반응형