VBS常用函式

2021-10-25 15:57:50 字數 513 閱讀 6082

replace(expression, find, replace with, compare, count, start)

在…,找…,用…替換, 二進位制0, 替換數目, 開始搜尋位置

split( expression, delimiter, count, compare)

字串,分隔符(引號用""""), -1返回所有, 0二進位制比較

mid(string,start[,length])

在字元string中, 從start位置開始,(返回length長度的字元,省略length值,則返回右邊所有的字元)

instr([start,]string1,string2[,compare])

(從start位置開始,)返回string2(首字母)在string1**現的位置。

txt=「this is a beautiful day!」

document.write(instr(7,txt,「i」) & 「

」)return 16 //還是從初始位置計算出的

QTP中常用的VBS函式

left 函式 返回 variant string 其中包含字串中從左邊算起指定數量的字元。語法 left string,length left 函式的語法有下面的命名引數 部分 說明 string 必要引數。字串表示式其中最左邊的那些字元將被返回。如果 string 包含 null,將返回 nul...

QTP中常用的VBS函式

left 函式 返回 variant string 其中包含字串中從左邊算起指定數量的字元。語法 left string,length left 函式的語法有下面的命名引數 部分 說明 string 必要引數。字串表示式其中最左邊的那些字元將被返回。如果 string 包含 null,將返回 nul...

VBS 常用指令碼

將域使用者或租新增到本地組 set objgroup getobject winnt administrators set objuser getobject winnt testnet engineers objgroup.add objuser.adspath 修改本地管理員密碼 set obj...