08 2020 档案

摘要:form 表单 提交用serialize 的时候 disabled 的dom元素 获取不到 阅读全文
posted @ 2020-08-26 11:02 龙er飞 阅读(139) 评论(0) 推荐(0)
摘要:declare @str varchar(max) --传递数字 :cloumn int --同义-执行-> select * from table0 where cloumn0=1; set @str='select * from table0 where cloumn0='+1; exec(@s 阅读全文
posted @ 2020-08-03 10:56 龙er飞 阅读(1032) 评论(0) 推荐(0)