用jquery實現HtmlEncode與HtmlDecode

I use these functions:html function htmlEncode(value){ return $('<div/>').text(value).html(); } function htmlDecode(value){ return $('<div/>').html(value).text(); } Basically a div element is cre
相關文章
相關標籤/搜索