|
|
1.Strings processing:字符串处理
% d$ T' R3 [; b X$ \/ XSubstring 获取字符中的子串
( ]; S0 `6 j+ I2 [Replace 字符串替换
( k/ r7 i3 W8 f* z; zInsert 插入# [" Y0 A5 |8 H2 R" e$ Q, @# Q
to uppercase 转大写
0 Z: i: m, N( Q) H! Z+ D* m9 Sto lowercase 转小写
) N+ j; N$ Q% J& ZSplit 把字符串按分隔符号分割成数组
/ J' L/ `$ J5 [1 _+ _9 A: Icount of chunks after split 获取分割后的数组数3 n; S# ~- h& h5 w
remove duplicates 按分隔符号删除重复的字符串
( ~! t$ t, V' E$ M! _' y0 \' UEnter 回车/ y v% \6 G' T9 L4 E( q$ h
covert the char code to the char 将字符代码转为字符
, m+ c" [) _0 s/ c2 Q5 M4 gspintax 按spin格式随机获取3 e9 I9 j; A$ f. O: {3 S
translitiration of russian string (如有人知其意,希望给予一起分享)/ O9 x% w5 H- B$ A6 T4 t
' a+ x1 v" v8 l7 }/ d! D2.Personal data:个人资料
( o: o' P7 R% \9 ]* c: O0 _first name 获取随机名字
# l |' k% J5 {9 J% plast name 获取随机姓氏% w3 L* B; [$ _; d: s( G4 p" [
Login 获取随机登录名* Y5 Z- G- @/ E# l, X2 Z+ j
+ P$ A8 g( h: O! w9 v {& z3.Regular expression:正则表达式
6 X% M, M( A9 l+ K; sparse with regular expression 根据正则表达式获取字符5 x( g. S, F5 p2 h& F( d# b$ t
replace all strings that match a specified regular expressuion 根据正则表达式替换字符
0 U0 ^ D9 }+ G% V C( asplit by a regular expression match 按正则表达式匹配分割成数组) N- d/ X9 @( F4 N
convert string to the regular expression 字符串转换为正则表达式# h: e' l& O8 \- f T$ s+ l# A
+ c5 |- Z( @5 v
4.Random:随机 . i. I' \8 I: k
a random number within a specified range 在指定范围内的一个随机数
4 o5 o" Q: p! ka random rational number within a specified range 在指定范围内随机有理数2 p3 |$ V$ x' U, X9 ?
a random text 获取随机文本 U- F$ A2 `+ U; J7 ?5 s _( L6 p* V
Shuffle 按分隔符打乱文本
- R; b7 i* x3 P R" B( Z
0 D; z/ i% T% x ]2 R" ]6 X% F4 `& O5.Files and directories:文件和目录 5 n" r4 i" K/ [# {
take a line from the file 从文件中获取一行数据
* Z2 C) T0 Y2 rget block of text from the file 从文件根据分隔符获取文本块 ?2 y! X/ C, f
append line(s) to a file 附加行到一个文件8 E# F9 e8 C- K3 x, M
the number of strings actually contained in the file 获取行数
) y8 J( {* t. R) [determine whether the specified file exists 确定是否存在指定的文件
5 f) K- e! l2 C4 z# N) Mcopy the existing files to the new location 现有的文件复制到新的位置! M5 |7 ]. a8 d- F% K+ Y- v
the number of files actually contained in the directory 获取目录中的文件数量0 V, {1 Y. v" R; J9 E
the path to a random file in the directory 目录中的一个随机文件的路径
' O w6 B1 \2 x5 ?! Z/ A* zdelete file(s) by mask in the directory 删除目录中指定后缀的文件* B8 Q2 y, b" x4 [9 n- g
delete the specified file 删除指定的文件
! z. R5 L3 Q; S6 t# Bdeletes the specified directory 删除指定的目录0 |0 s X" o7 e3 [
the full path to the zennoposter zennoposter 安装的路径
$ A& ?! }9 c; y* f! f) K 7 K; k# `+ x9 G! _3 u* s
6.Javascropt and debug:javascropt和调试 ) g* z4 E+ d- N/ s! X; }' m" t
execute javascript 执行JavaScript d0 D: `, P1 k- _1 @+ I4 {
prepare text for the javascript JavaScript的文本
! r7 @9 ?4 H0 g5 V+ B2 EAlert javascription 输出框
1 Q; S- `0 }9 V/ c8 M; _
" I6 S; J, S. ]" M7.Counters:计数器 3 Q( p" W" T+ g- [: z/ q
init counter with the value 初始化计数器值" S: ^1 N: }8 r8 x% n3 D
increase counter value 增加计数器的值
% H: P4 \% L; i4 x, Kmultiple counter value 多个计数器的值
. r7 J, O- b* J7 [) {# b1 O( n1 Mget counter value 获得计数器的值5 k0 @; O, G+ r+ B" Y( v# m
) p+ \ t' U, b) v
8.Global storage:全局数 , R7 H) I6 q b& u4 s: c
set value to the specified key 设置指定的键的值+ } S! E% y. _' N @( t* L ?
get value from the specified key 获得从指定键的值9 n; c8 q5 [! d3 \( N
set value to the global counter 设置全局计数器
& m6 y5 T# g8 u" e2 Q: ^get value from the global counter 获得全局计数器
5 Z/ c, |0 z) Z2 X+ O# ]& sincrease the value of the global counter 增加全局计数器- d9 ?, K4 w: l- G Z
multiply the value of the global counter 多个全局计数器 y" h, `6 e7 }; C
. m3 }: D4 u$ X) o5 J' i8 R9.Network:网络
2 o. D+ d4 F. L: {: u# ]- }+ f4 @download page 下载页面,获取页面html! \4 f. ~2 ?6 f6 _2 q1 r; z
get proxy from the rule set 从规则集中获取代理2 }! K! P: N9 q0 I% K: Z1 r! c+ r( N+ s
( d2 \$ O+ l s. H! H$ [* ^9 ?10.Work with template:模板结合 4 P0 h1 x1 Z7 ?, i& t/ f, l$ _! i/ u
get field value from the executed branch 从执行分支中获取值
2 f4 l) B- F+ mPause 暂停
: t4 o: Q! k: A* x4 Atemplate name 模板名称1 C* v! v9 g. N0 N
folder of the current project 当前项目的文件夹3 W, x% p2 ^+ v7 t' ~
proxy rules of the current project 当前项目的代理规则
. ~( E1 z. p: [( H
, o% f( b/ i- Q11.Time:时间 / ^( k- P- f1 ]3 q5 a+ [
current time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS
9 \# n3 w' N+ `7 E2 a3 fcurrent time milliseconds 当前的时间毫秒3 Y' Z5 K- w8 y; m: R9 I* a, @7 K
current time seconds 当前时间秒 U" [" w0 K' L
current time minutes 当前时间分钟
. z: \; ~( D# g' C( xcurrent time hour 当前时间小时
; q6 G o$ P9 Z5 K# Ccurrent time day of week 当前的一周中的星期几
0 ^* s3 ^% m( ?current date 当前日期
- ~5 [$ T, s) c# g+ ^: t8 ocurrent month 当前月份# A7 Q. O3 y9 v3 S6 P+ w
current year 当前年
) _1 J- W" j( n' _& [# H |
评分
-
查看全部评分
|