能伪造DropDownList的值做提交,然后在代码里得到这个伪造值么?
比如现在有个页,页里放个DropDownList,后台提交时做个数据库操作 db.ExecuteSql(.... where ID in ('"+ dropdownlistp.SelectedValue +"')),这种能做注入么? 如果能怎么做?
cunchi4221的博客sql插入多条记录Hey, folks! In this article we will be focusing on ways to Insert Multiple rows in SQL. 嘿伙计! 在本文中,我们将重点介绍在SQL中插入多行的方法。 需要SQL插入INTO多行查询 (Need of SQL ...