|
|
1.Strings processing:字符串处理4 J6 p" s _$ S, j: m- ~
Substring 获取字符中的子串9 A: q1 J$ s' I4 p/ K
Replace 字符串替换
. z$ \# K: Y4 A0 l5 G8 |! kInsert 插入+ K) u) F/ R5 {0 }
to uppercase 转大写
, x7 i- V) X4 U8 d0 e; Dto lowercase 转小写
0 J; i2 M" a, [! r4 HSplit 把字符串按分隔符号分割成数组
! H% l" B9 J- F6 T7 H3 Tcount of chunks after split 获取分割后的数组数
" \; X8 D; _. Z+ ~remove duplicates 按分隔符号删除重复的字符串
" X! _7 p, j8 n! dEnter 回车" [ x* V o) U1 W/ D& y7 |
covert the char code to the char 将字符代码转为字符
4 U8 I! W1 j4 M) C/ Lspintax 按spin格式随机获取- F/ _" g5 Y s( G4 l
translitiration of russian string (如有人知其意,希望给予一起分享)
?! X) W4 j: w% N0 n
" }. b4 u" u9 d) |) N% G2.Personal data:个人资料 & }4 f, Y: O9 ^
first name 获取随机名字, R/ ~- N X% A& h2 g
last name 获取随机姓氏
! K/ L. U; x) U5 {; J" g5 ZLogin 获取随机登录名
0 x- k' F& m- L0 }6 V/ T ' ^9 y- g5 n( C0 f( V
3.Regular expression:正则表达式
9 Q( i8 H4 h3 f, a. q/ I5 wparse with regular expression 根据正则表达式获取字符8 x7 k1 `( Z7 e& }" `% N
replace all strings that match a specified regular expressuion 根据正则表达式替换字符5 v0 |9 R8 z' Y+ q8 W
split by a regular expression match 按正则表达式匹配分割成数组
$ q$ [: J, _$ a, ^convert string to the regular expression 字符串转换为正则表达式
7 O- f! B/ V0 I7 n
/ i- E( W+ b- @% r: ^- K4.Random:随机
1 C) `2 @, b8 Ta random number within a specified range 在指定范围内的一个随机数
7 X& [$ I0 p1 u& A5 j$ C. ta random rational number within a specified range 在指定范围内随机有理数
( l8 P2 }, I; O) a# Ia random text 获取随机文本 H8 j* Z0 c6 m! {, b
Shuffle 按分隔符打乱文本
8 F, p% L- D" A! n8 i
9 C$ G' |, P+ U! {, E5.Files and directories:文件和目录 G; [2 R/ D( q# x
take a line from the file 从文件中获取一行数据
. ]- w! i, p5 ?! w6 f: ^# |$ \3 Pget block of text from the file 从文件根据分隔符获取文本块2 X* p/ |4 C+ O- V; ^
append line(s) to a file 附加行到一个文件, N! Z p1 Q P+ K
the number of strings actually contained in the file 获取行数
- Z+ I- x' C) S8 r+ X$ {determine whether the specified file exists 确定是否存在指定的文件8 _/ G; _/ ~3 i! I K: T
copy the existing files to the new location 现有的文件复制到新的位置
$ l5 X' f, O6 Y& w' X* p& E1 Tthe number of files actually contained in the directory 获取目录中的文件数量
4 P' L9 z' j% G+ ]) E/ @, ~; P" ]the path to a random file in the directory 目录中的一个随机文件的路径
$ Y3 M2 ~: I" s/ ldelete file(s) by mask in the directory 删除目录中指定后缀的文件9 i, b. S3 Q, `: H
delete the specified file 删除指定的文件" j' U/ h+ \/ U0 z: K0 }& W
deletes the specified directory 删除指定的目录" O8 n4 w* ?5 p& x' `, H- a
the full path to the zennoposter zennoposter 安装的路径
: \1 z5 A& ~! x+ A! q# W
0 o& [7 j- q" j0 f3 L$ u6.Javascropt and debug:javascropt和调试
* {+ n5 ?' J! zexecute javascript 执行JavaScript
* @% k+ ?, J7 }/ Jprepare text for the javascript JavaScript的文本6 H) A) N" q% W7 _4 a
Alert javascription 输出框7 Q' }9 _6 ]+ J" w: a1 F
& Z& M7 p2 I! E7 \4 ]3 U6 ?4 \
7.Counters:计数器 8 C( K( N& F$ O1 C# n1 q! T
init counter with the value 初始化计数器值
) C5 o$ {1 u6 U; \$ \" J; s1 rincrease counter value 增加计数器的值5 a/ s F+ d! A5 L& m' A
multiple counter value 多个计数器的值, T& v8 l t! b, h. T( i
get counter value 获得计数器的值2 Z! r% y! f/ K+ p2 M, q1 z
( N! _6 l3 H% h1 |! n3 h: [- ^
8.Global storage:全局数 0 L1 i& t7 g' ^4 i
set value to the specified key 设置指定的键的值 o* l5 s+ ~% z: H* A
get value from the specified key 获得从指定键的值
* z( p3 N2 E: {% _$ C& Z% uset value to the global counter 设置全局计数器
6 ~$ P. B9 y9 x2 [' yget value from the global counter 获得全局计数器
* N$ b$ W1 G" w8 @$ p: w; cincrease the value of the global counter 增加全局计数器
6 F& [$ o$ J$ X% g( M8 g1 mmultiply the value of the global counter 多个全局计数器1 K: y9 I& w5 F4 S
4 v) X: }2 M9 w5 L' _7 a9 n% o9.Network:网络 . k. v6 Q4 Q) U$ N8 x) J
download page 下载页面,获取页面html) ?% ] t/ u i7 F# J1 }
get proxy from the rule set 从规则集中获取代理
9 Q5 a# r4 k7 [7 X6 B& ] G# |- o
# |4 c+ I$ A \ i10.Work with template:模板结合
9 g- d2 b9 I. `' N% Kget field value from the executed branch 从执行分支中获取值
- t, Q* C% n1 e# M; D8 ]Pause 暂停
" O7 x/ C; ^1 Y; E8 n5 v7 N% u) ztemplate name 模板名称
) Y3 U& O$ C( j4 t ofolder of the current project 当前项目的文件夹
+ c: k+ X. l5 Q/ C0 Xproxy rules of the current project 当前项目的代理规则
3 H( h9 d8 h! y% T d* y0 o
! A" Z4 i- Q8 ^! q$ a11.Time:时间 ( S+ |6 U0 F* `( W- {
current time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS
1 P% m2 H: u5 X* w% r" b: Q3 g" tcurrent time milliseconds 当前的时间毫秒4 r4 ~( t$ f8 Y
current time seconds 当前时间秒/ _9 |9 r2 K5 j, I& W, w) `
current time minutes 当前时间分钟) v* i4 ^9 Q, k, p' |
current time hour 当前时间小时% K# w, ?& v4 l# ]' g7 K8 F! K
current time day of week 当前的一周中的星期几
( ]" b& @( {' E6 k8 [0 A! {current date 当前日期
0 o, H4 c0 l9 F0 o. S4 O0 Dcurrent month 当前月份
( k& W6 N `9 z/ vcurrent year 当前年* O( g) M' ~2 Q
|
评分
-
查看全部评分
|