JAVA 安全性轉碼代碼(包括sql注入,跨站腳本)

public class SecurityString { public static String getHtml(String str) { //過濾敏感字符 str = filter(str); if (str != null) { return str.replaceAll("\r\n", "<BR>");
相關文章
相關標籤/搜索