-
如果條件 = 1 那麼
條件 1 中顯示的內容"
如果條件 = 1 那麼
條件 2 顯示什麼"
如果條件 = 1 那麼
條件 3 顯示什麼"
-
if shenhe1=0
shenhe1從何而來? 沒看到 Zen 和前面的群崩潰,沒有初始化會預設為 0
弄清楚並會話("shenhe1"這不是一回事。
它是這樣定義的,它儲存在會話中,但呼叫是完整呼叫的。
例如,session("shenhe1")
即,session("shenhe1"它與 shenhe1 不同。
if session("shenhe1")=0"
為什麼要用雙引號將 0 括起來? "0"而且毫無意義。
此外,如果每次都將臨時資料儲存在會話中。
由於會話是共享資料,因此在最後乙個程式碼之後只會儲存最後乙個值。
讓我們像這樣修改它。
dim shenhe1
shenhe1=rs("user_info_shenhe")shenhe1=shenhe1+0
shenhe1=0 then
成功"else "不成功"
end if
不可能,shenhe1 每迴圈復位,怎麼可能累積。
相反。 dim shenhe1
shenhe1=0
shenhe1=rs("user_info_shenhe")+0if shenhe1=0 then
成功"else "不成功"
end if
嗯嗯嗯
-
按 L 陣列 asc 排序,前面有乙個空格。
-
<%title=request("title")img=""
if title="a" then img=""
if title="b" then img=""
--上面的**可以放在**標籤上方的任何位置。
**標籤上是這樣寫的。
-
選擇 top 1 是檢索 top 1 中的一段資料並將其刪除。
函式 open conn() 定義函式 open conndim dbpath,conn 定義變數 dbpath 和 conndbpath="資料庫路徑"將資料庫的相對路徑覆蓋到變數 dbpath >>>More