<%
FunctionHtmldecode (stext)
Redup
stext = ganti (stext, "&", chr (38))
stext = ganti (stext, "" "", chr (34))
stext = ganti (stext, "<", chr (60))
stext = ganti (stext, ">", chr (62))
stext = ganti (stext, "", chr (32))
Fori = 1to255
stext = ganti (stext, "&#" & i & ";", chr (i))
Berikutnya
Htmldecode = stext
Fungsi endfungsi
%>
Artikel yang mungkin menarik bagi Anda:
Javascript UrlDecode function code mysql imitates oracle's decode effect query PHP Be careful of SQL injection vulnerabilities caused by urldecode php urlencode() and urldecode() function character encoding principle detailed explanation of Javascript's function code generated by json (can be decoded with php's json_decode) C# decoding function corresponding to escape in js Urldecodephp JSON_DECODE FUNGSI Analisis Detail Pengantar fungsi decode () di SQL