Home
Tech
Login
6mi
u
盘
搜
搜 索
Tech
Judgment ID is not empty, how to do? If (Request.Params ["ID"]! = Null)
Judgment ID is not empty, how to do? If (Request.Params ["ID"]! = Null)
xiaoxiao
2021-03-06
103
Int ID;
Try {
ID = int.parse (Request.QueryString ["ID"];
}
Catch {
ID = 1;
}
转载请注明原文地址:https://www.9cbs.com/read-126905.html
9cbs
New Post
(
0
)