|
1.Strings processing:字符串处理/ a& t5 l. V+ \+ U: h
Substring 获取字符中的子串: B+ l% [2 k+ j
Replace 字符串替换 j% F: K% P6 X4 ?8 V w$ ^
Insert 插入! e/ d* c; f; g" W5 P1 f
to uppercase 转大写
- ^% K; P5 `% |% sto lowercase 转小写
2 i0 ^! d* G5 L' `% jSplit 把字符串按分隔符号分割成数组9 z. R. Q3 K8 K8 f( l2 i7 b
count of chunks after split 获取分割后的数组数
2 Z0 y$ |1 w! d2 w6 xremove duplicates 按分隔符号删除重复的字符串
1 j9 t) J* w$ q2 ^Enter 回车. F) s( O( @$ W0 ^2 V+ Y$ S7 n
covert the char code to the char 将字符代码转为字符4 Z0 X o* s; X; g n
spintax 按spin格式随机获取- K7 r6 L0 T9 R
translitiration of russian string (如有人知其意,希望给予一起分享)
" N* \8 x' P- Z ~9 G# M$ T- s
! r9 w' ^9 G6 K* c2 h& p2.Personal data:个人资料
3 M i) u7 @) m1 V9 jfirst name 获取随机名字1 h* R& l& q$ C, H! F8 s/ Q8 `5 ?( A- M
last name 获取随机姓氏
( V* Y5 T7 L) a) ^5 [Login 获取随机登录名
5 d, C- _/ b+ I, f3 a
2 j" V% `& H I$ R5 O3.Regular expression:正则表达式
; N+ d6 X5 d$ o! B1 o0 L7 @7 @parse with regular expression 根据正则表达式获取字符4 c+ n; p# b; d& j; a
replace all strings that match a specified regular expressuion 根据正则表达式替换字符( N1 j: w& H$ ~) f
split by a regular expression match 按正则表达式匹配分割成数组6 D0 E" O+ M: W% r3 f P j& D
convert string to the regular expression 字符串转换为正则表达式
; }" s) N5 @3 j( ?% T 4 V7 u( @% n p0 Z8 V
4.Random:随机 0 k6 o9 N+ R8 I' I( b+ H
a random number within a specified range 在指定范围内的一个随机数
, d- M7 a1 u" t, Y7 Aa random rational number within a specified range 在指定范围内随机有理数
) v5 P+ A9 W( ^a random text 获取随机文本; N H2 C; u( A7 {# J* t' u
Shuffle 按分隔符打乱文本: f/ G1 x$ U ^. g$ Q* Z
8 I. K, `- h- E* R5.Files and directories:文件和目录
% @- G4 d2 P9 ^4 R& [0 Y4 }" h9 Rtake a line from the file 从文件中获取一行数据
/ I. m- n0 B4 q* a8 `& q2 l1 xget block of text from the file 从文件根据分隔符获取文本块: o& O \! U4 E" l: w' i
append line(s) to a file 附加行到一个文件
" X! }) l2 C" Vthe number of strings actually contained in the file 获取行数2 C7 }* E6 Q2 T! P
determine whether the specified file exists 确定是否存在指定的文件 J& A+ W7 `8 m
copy the existing files to the new location 现有的文件复制到新的位置6 E) X1 P7 E; o3 e2 o- K
the number of files actually contained in the directory 获取目录中的文件数量# z+ H. Z: p6 g- I
the path to a random file in the directory 目录中的一个随机文件的路径
+ i; k2 K) t4 z1 e5 f: Q# Qdelete file(s) by mask in the directory 删除目录中指定后缀的文件6 d/ r- ^. N% J O$ O
delete the specified file 删除指定的文件
* i: x$ M8 G+ r7 [3 q, ]6 y; Kdeletes the specified directory 删除指定的目录" R p1 C9 r i0 m. `- D
the full path to the zennoposter zennoposter 安装的路径
, i- G* d: g* h9 p7 L' @7 D1 C 5 G6 I8 B9 A" D+ J" l' b/ H. m
6.Javascropt and debug:javascropt和调试 + F' S# a% S. Z6 U: u4 m
execute javascript 执行JavaScript( E; w Q- Q3 n: R1 Z
prepare text for the javascript JavaScript的文本* d6 b) H/ G0 g, f+ u) w! `4 b
Alert javascription 输出框
/ |# j- o3 d, v, D- r6 u* G2 x/ }
- n/ z2 x" S; X4 M, c8 @# n) Y7.Counters:计数器
, h2 d0 `% H9 u+ Finit counter with the value 初始化计数器值
9 [8 T: g* C4 P# Aincrease counter value 增加计数器的值* I7 v( _) _' e0 T+ u# D4 a
multiple counter value 多个计数器的值- z( c9 @5 {7 u" k/ I
get counter value 获得计数器的值$ q- M' ^: B% s: g& _+ w7 j; @1 P4 J
+ E' A* t! c# x A+ a8.Global storage:全局数 . r( H) h: d: z7 H3 T1 @" U* _
set value to the specified key 设置指定的键的值9 p' m8 y7 P+ ^ J3 P& s" I h8 x
get value from the specified key 获得从指定键的值- ?8 b* v/ a* X# x4 c' ]
set value to the global counter 设置全局计数器
0 Q) w$ |; C ~. C. u) Tget value from the global counter 获得全局计数器$ r+ ?/ m% L F7 \* W3 B
increase the value of the global counter 增加全局计数器. x6 e( `# ^- Q0 r$ o% u
multiply the value of the global counter 多个全局计数器+ i2 \' N: y% R9 q3 T2 m
2 ^7 E- F- F3 B. r2 Y( a9.Network:网络 ( U$ s" I1 K2 B/ K
download page 下载页面,获取页面html- s$ U- r# k+ b) j! ?" M
get proxy from the rule set 从规则集中获取代理
! y5 j6 G* }* G- x! ~: z1 a ' @+ j+ g3 D% N0 I5 h5 @: U
10.Work with template:模板结合
4 z1 i7 H2 E- w1 l8 E: O1 iget field value from the executed branch 从执行分支中获取值
! y( I1 c: ~6 a/ Q. VPause 暂停$ P2 v7 `& L0 h4 u7 {: S, c
template name 模板名称& Q+ T: R0 S, g7 r
folder of the current project 当前项目的文件夹( Y: I$ f K3 e. s) g$ T" T, J
proxy rules of the current project 当前项目的代理规则
# R# \& |4 L( J5 A* a0 p
) @- u' K5 j1 l4 S! [+ p( o11.Time:时间
8 G( l* I; z0 c9 Tcurrent time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS, w# x+ h+ |$ q6 o+ K$ N) r9 d
current time milliseconds 当前的时间毫秒
V9 x7 q$ ~! j. L0 {8 ], p ^current time seconds 当前时间秒
$ V$ c" V ~" F9 R4 ^+ ^. F* ^6 rcurrent time minutes 当前时间分钟5 A; O) F: {+ R% ?2 _2 z2 B: n0 x6 L8 Y
current time hour 当前时间小时+ o N" V# u( a7 V. e; {0 Z- v
current time day of week 当前的一周中的星期几
5 B5 P: ?5 o, i' Ocurrent date 当前日期6 ?0 N* [: k$ `
current month 当前月份2 G6 b+ h9 n- U) ]6 f
current year 当前年% t+ K& G$ ~% h" q+ K. A+ F' z
|
评分
-
查看全部评分
|