System
currentTime=System
int 年=currentTime
int 月=currentTime
int 日=currentTime
int 時=currentTime
int 分=currentTime
int 秒=currentTime
int 毫秒=currentTime
字符型轉換 轉為
字符型轉換轉為字符串
取字串長度
如
int Len = str
字碼轉換 轉為比特碼
如
然後可得到比特長度
len = bytStr
字符串相加
如
sb
sb
sb
截取字串的一部分
如
取遠程用戶IP地址
if(Request
{
string user_IP=Request
}
else
{
string user_IP=Request
}
存取Session值
如
取值
String strName=objName
清空
用超鏈接傳送變量
如在任一頁中建超鏈接:<a href=Edit
在Edit
創建XML文檔新節點
將新建的子節點加到XML文檔父節點下
刪除節點
Response
Response
向頁面輸出
Response
跳轉到URL指定的頁面
查指定位置是否空字符
如
string str=
Response
查字符是否是標點符號
如
把字符轉為數字
如
Response
把數字轉為字符
如
Response
清除字串前後空格
字串替換
如
string str=
str=str
Response
再如
string str=
str=str
Response
如果不替換
這段代碼的價值在於
具體實現
string strSubmit=label
strSubmit=strSubmit
然後保存或輸出strSubmit
用此方法還可以簡單實現UBB代碼
取i與j中的最大值
如 int x=Math
From:http://tw.wingwit.com/Article/program/net/201311/15728.html