ASP常用函式 Trace

2022-09-29 16:54:16 字數 690 閱讀 2924

複製** **如下:

'//---- 輸入字串並結束當前頁面(除錯用),函式可以也命名為debug  ----// 

function trace(s) 

on error resume next 

res程式設計客棧ponse.write(s & vbcrlf) 

response.end() 

end function 

%ikzbvarzx> 

下面的是個修改公升級版,還在測試中...

複製** **如下:

'//---- 輸入字串並結束當前頁面(除錯用)  ----// 

function trace(s) 

on error resume next 

&n程式設計客棧bsp;   if isarray(s) then 

for i = 0 to ubound(s) 

response.write(s(i) & vbcrlf) 

程式設計客棧       next 

程式設計客棧else 

response.write(s & vbcrlf) 

end if 

response.end() 

end function 

%> 

本文標題: asp常用函式:trace()

本文位址:

asp常用函式

array function 返回乙個陣列 syntax array list arguments 字元,數字均可 example dim myarray for i 1 to 7 redim preserve myarray i myarray i weekdayname i next resul...

asp常用函式

set jmail server.createobject jmail.tpmail 建立乙個jmail物件 jmail.silent true jmail不會丟擲例外錯誤,返回的值為false跟true jmail.logging true 啟用使用日誌 jmail.charset gb2312 ...

Asp 常用函式

textarea顯示用 function htmlencode1 fstring if fstring and not isnull fstring then fstring replace fstring,fstring replace fstring,fstring replace fstrin...