📄 addnew_06.asp
字号:
<%option explicit%>
<!--#include virtual ="Include/DataEnvi.asp"-->
<!--#include file ="Function.asp"-->
<%
Dim IntComMsgID,IntFlowID,IntAccountIDs
IntComMsgID = Request.QueryString ("ComMsgID")
IntFlowID = Request.QueryString ("FlowID")
IntAccountIDs = Request.QueryString ("AccountIDs")
If IntFlowID = "" then
Call NewSingleFlow(ObjDB,IntComMsgID,IntAccountIDs)
Elseif IntAccountIDs = "" then
Call CopyFlow(ObjDB,IntComMsgID,IntFlowID)
End if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -