Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
注意:未定义的索引:第 34 行 D:\xampp\htdocs\inventarisrf\update.php 中的 id
只需$id=null;在声明之前添加$id
$id=null;
$id
例子:
$id=null; $id= htmlspecialchars($_POST['id']);