摘要:
主框架页面: 在主界面区会加载西区菜单点击的URL内容. <!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <title>主界面</title> <div th:include="/public/util::public"/> <div th 阅读全文
摘要:
mysql: select * from test where school_name like concat('%',${name},'%') oracle: select * from test where school_name like '%'||${name},'%' SQL Server 阅读全文