asp

HTML막기

duraboys 2007. 5. 3. 00:10
content = "<b>테스트</b>"

if html=true then
  content = Server.HTMLEncode(content)
end if