item_detailschange.xhs
来自「jvcl driver development envionment」· XHS 代码 · 共 6 行
XHS
6 行
<%
Request("UPDATE items.xml SET ItemCat = $category, ItemName = '$name', ItemSerial = '$serial', ItemComment = '$comment', ItemStatus = $status, ItemPhoto = '$image'
WHERE (ItemId = $id)");
Redirect("item.xhs?id=$id");
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?