摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>过滤器应用示例 敏感词过滤</title> </head> <body> <form action="noteServlet" method="post" ac 阅读全文
posted @ 2021-08-31 22:05 李林林 阅读(39) 评论(0) 推荐(0) 编辑
摘要: package com.item.designpattern; /** * 1.真实类 */ public class Lenovo implements SaleComputer { @Override public String sale(double money) { System.out.p 阅读全文
posted @ 2021-08-31 22:01 李林林 阅读(27) 评论(0) 推荐(0) 编辑