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