兩個方法都是傳遞乙個相對的 url,然後返回乙個相對於當前客戶端瀏覽器的相對url位址
但是兩者的返回值,卻截然不同
resolveclienturl返回相對於當前頁面下檔案的位址
resolveurl則返回頁面所在應用程式下的相對位址
例如:頁面:~/student/main.aspx
影象:~/images/copy.gif
(這裡~表示應用程式根目錄)
兩個方法都是傳遞乙個相對的 url,然後返回乙個相對於當前客戶端瀏覽器的相對url位址
但是兩者的返回值,卻截然不同
resolveclienturl返回相對於當前頁面下檔案的位址
resolveurl則返回頁面所在應用程式下的相對位址
SQL實用語句
sql實用語句 三 技巧 1 1 1,1 2的使用,在sql語句組合時用的較多 where 1 1 是表示選擇全部 where 1 2 全部不選,如 if strwhere begin set strsql select count as total from tblname where strwh...
c 實用語法
陣列的快捷初始化 int inq 110 memset inq,0,sizeof inq string到char陣列的轉換 string str please split this sentence into tokens char cstr new char str.length 1 strcpy...
oracle實用語句及函式記錄
查詢插入 insert into table a col1,col2 select col1,col2 from tab b where condition 補齊函式 lpad col1,length,a 左邊補齊函式,用於處理資料,將col1列的資料,格式化成固定length長度的字元,不足長度時...