|
1.Strings processing:字符串处理" l! J+ z" j3 M! {2 r
Substring 获取字符中的子串$ H9 r3 y- `8 S
Replace 字符串替换
" t, j+ J/ ^# X5 YInsert 插入
& {) c9 r. }; v4 ^8 f! E8 ~; d8 xto uppercase 转大写
) e5 E4 A- P" c: Sto lowercase 转小写* o$ {0 N: W2 T2 Z2 s4 ?3 q7 l/ ^
Split 把字符串按分隔符号分割成数组/ K) u! I; p" F9 m* P9 x, W
count of chunks after split 获取分割后的数组数9 A! t+ F1 U7 W* l+ }: k# W
remove duplicates 按分隔符号删除重复的字符串
2 S. w0 A6 y" I- @# yEnter 回车 y& P P/ C4 z9 s) l7 u; }! c2 O/ Q+ W
covert the char code to the char 将字符代码转为字符
! \7 v! K' t# j# w/ a% b' W3 Gspintax 按spin格式随机获取
/ |+ E+ n/ t3 ~' etranslitiration of russian string (如有人知其意,希望给予一起分享)6 O1 Z9 X+ @4 A+ `
2 Z. ?, l7 ~# u2 f
2.Personal data:个人资料 - J+ ]- O% Y" E% y( g1 N. R
first name 获取随机名字
% _( Y3 {! U7 H! ~last name 获取随机姓氏
- [; F6 H' R P( I$ q$ ~Login 获取随机登录名" l" t9 L: y0 j6 d' s0 N
. ~) `' i1 q0 V& ]6 R3.Regular expression:正则表达式
0 C2 l, O# r2 o, \parse with regular expression 根据正则表达式获取字符
1 x6 [0 h- r9 H7 {/ g* G: a9 Freplace all strings that match a specified regular expressuion 根据正则表达式替换字符
- G* Z( w" ]5 y: H& m `split by a regular expression match 按正则表达式匹配分割成数组2 g, [, g$ Z' V4 `( V
convert string to the regular expression 字符串转换为正则表达式( W2 u) I, `: n. Q- c7 q$ L
2 w" C: Q8 S1 K; l( E4.Random:随机 5 w6 V+ i) b6 f/ ?$ |9 Y; D U; _( Y
a random number within a specified range 在指定范围内的一个随机数
4 S, m7 R* Y. _) sa random rational number within a specified range 在指定范围内随机有理数 d$ X8 C' ] }% Q6 |
a random text 获取随机文本
# P e; X: J) T3 b' d/ sShuffle 按分隔符打乱文本
9 a V1 G4 \ x1 k) a- C' e% u 4 J s6 ] H* G4 X. K
5.Files and directories:文件和目录 ; h$ U( ^( @) Q. Z) b' G9 d% j
take a line from the file 从文件中获取一行数据
/ Z) Q/ ^0 L) N. _get block of text from the file 从文件根据分隔符获取文本块! |: ]% l7 H* V" F
append line(s) to a file 附加行到一个文件
+ u% [. M5 E2 _+ \0 b( kthe number of strings actually contained in the file 获取行数9 o/ X8 T3 _5 K) W; C& o
determine whether the specified file exists 确定是否存在指定的文件
5 i. o1 a: q) _0 x' R+ [copy the existing files to the new location 现有的文件复制到新的位置6 l* |. r: {, n. ^' j" A1 u/ E+ {
the number of files actually contained in the directory 获取目录中的文件数量( I3 k* r2 v. X3 M0 f
the path to a random file in the directory 目录中的一个随机文件的路径
! D9 X N: ~2 e8 n- V5 _& Idelete file(s) by mask in the directory 删除目录中指定后缀的文件9 e) l( `3 H5 h6 l2 X; P+ l
delete the specified file 删除指定的文件% H+ ~# Y3 d" M7 E
deletes the specified directory 删除指定的目录1 c0 b- M; a# g# v6 S
the full path to the zennoposter zennoposter 安装的路径" p" j5 p' Y: b. S: X& ?+ N
& C5 C5 z( F' t
6.Javascropt and debug:javascropt和调试 : p$ D: Q- R% }' E h: ?/ O5 j3 u
execute javascript 执行JavaScript( g% m4 \% v8 Q; B# J" c, E
prepare text for the javascript JavaScript的文本
( w) d: w$ i& R2 ?: w; f( qAlert javascription 输出框
$ H0 j2 v$ S6 H* o* b: e% U1 R
8 g `: V! k" {# ]* }7.Counters:计数器 / D, d) c W! C% r; W6 @/ G
init counter with the value 初始化计数器值
0 ~6 i! v, ~) Kincrease counter value 增加计数器的值
, ~! z% w. p$ u4 f$ vmultiple counter value 多个计数器的值; z+ _) s! p e9 q
get counter value 获得计数器的值' g. N8 T; y; ~" F/ v
6 ^ [- G x) B4 b
8.Global storage:全局数 6 v" v, B+ \8 a" `, i
set value to the specified key 设置指定的键的值
1 N7 G# ?/ X+ Q: |+ X& x3 Y* p' eget value from the specified key 获得从指定键的值
# G4 Z' P# q& W( [: {# ~- `set value to the global counter 设置全局计数器
* l Q* Z' X1 ^2 H9 Q5 Iget value from the global counter 获得全局计数器
4 Y) s; K* [% j, Q$ tincrease the value of the global counter 增加全局计数器) l$ [0 s9 ]2 D- U$ `6 m" G s
multiply the value of the global counter 多个全局计数器) ~" d# v- s: V
# C f$ ~0 h8 y+ h* Z+ `; H
9.Network:网络 - R, z0 z7 q/ O" Y9 q; ]* j$ f
download page 下载页面,获取页面html2 O6 ~: ~8 \+ u. X# E
get proxy from the rule set 从规则集中获取代理
8 _; A. [% n5 ?' [ - z% j; a9 Y. a- I8 ^; e3 ^
10.Work with template:模板结合
1 g+ \" i6 x2 m5 c+ C7 Tget field value from the executed branch 从执行分支中获取值
9 T: Z) Y2 R! s8 s4 {Pause 暂停( Y6 B8 |( q6 J; {
template name 模板名称
7 Y- Q* e4 F6 e0 r4 \; ]! Hfolder of the current project 当前项目的文件夹5 q# ^" g: A3 I1 \% a" Q1 q- c) S
proxy rules of the current project 当前项目的代理规则. E' Y6 B) u8 m g6 q
0 B- i' s2 X) @" B11.Time:时间
0 C9 F, S9 z" o) gcurrent time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS
' f b: }' k8 }, V* `current time milliseconds 当前的时间毫秒
& a3 c! s$ r6 X8 Rcurrent time seconds 当前时间秒* i/ X5 G' V4 R% T
current time minutes 当前时间分钟
9 m3 V% R" M! m; f5 a/ }current time hour 当前时间小时+ p- f7 ^1 O: t, }; y; L
current time day of week 当前的一周中的星期几
$ N0 a4 @. I" I1 qcurrent date 当前日期* L( ?3 U& S% |8 P% d
current month 当前月份
# k1 a) ]% m8 Qcurrent year 当前年0 F, L# g* e) E5 X, ~( U
|
评分
-
查看全部评分
|