함수 escapeHtml()

Jmnote (토론 | 기여)님의 2017년 6월 18일 (일) 00:13 판 (→‎JavaScript)
함수 escapeHtml()

1 JavaScript

2 PHP

echo htmlspecialchars("<a href='test'>Test</a>");
# &lt;a href='test'&gt;Test&lt;/a&gt;
echo htmlspecialchars("This is some <b>bold</b> text.");
# This is some &lt;b&gt;bold&lt;/b&gt; text.

3 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}