摘要:
插入:insert into 表名(字段1, 字段2, 字段3) values(?, ?, ?) 查询:select 字段1, 字段2, 字段3 from 表名 where concat(IFNULL(字段1,''), IFNULL(字段2,'')) like ? 根据主键查询:select 字段1 阅读全文
posted @ 2022-08-17 10:32
wangmf
阅读(50)
评论(0)
推荐(0)
摘要:
var hh1 = $('input[name="h"]').val(); $.ajax({ url: './servlet/Hhandler', type:'post', data:{ }, dataType: 'JSON', success: function (data){ }, error: 阅读全文
posted @ 2022-08-17 10:07
wangmf
阅读(29)
评论(0)
推荐(0)
摘要:
隐藏<input type="hidden" name=""/> 文本<input type="text" name="" /> <BR/> 按钮<input type="button" value="提交" onclick=""> 阅读全文
posted @ 2022-08-17 10:03
wangmf
阅读(20)
评论(0)
推荐(0)
摘要:
<%@ page contentType="text/html;charset=UTF-8" language="java" %> <html> <head> <title>Title</title> <script src="http://code.jquery.com/jquery-2.1.1. 阅读全文
posted @ 2022-08-17 09:58
wangmf
阅读(63)
评论(0)
推荐(0)
浙公网安备 33010602011771号