|
|
1.Strings processing:字符串处理5 {6 p/ k) ~' R$ M' V/ `
Substring 获取字符中的子串9 a# p# f' Z) H) z! i+ I# b/ s
Replace 字符串替换# V; A# v! y8 n
Insert 插入
6 u9 J1 ~6 z: l( y7 l7 v4 A+ Sto uppercase 转大写0 d! K" u- \. {& R
to lowercase 转小写" ?0 ~& K- C- O
Split 把字符串按分隔符号分割成数组& J0 J4 p( x% _/ y+ P
count of chunks after split 获取分割后的数组数
" i6 m* t# C' M2 y/ [" b- [2 Jremove duplicates 按分隔符号删除重复的字符串
9 k; t( {- a. l& M; d8 DEnter 回车
1 K- H% n( n' q- Q5 ycovert the char code to the char 将字符代码转为字符
: t7 F ^+ k1 H. C# O3 xspintax 按spin格式随机获取
1 _' u" a- z( g" o; R( Atranslitiration of russian string (如有人知其意,希望给予一起分享)
\5 ?3 W( O" h ( W$ d( ~6 @5 O+ X0 _
2.Personal data:个人资料 % V w' V: o: t0 W! N$ d U
first name 获取随机名字+ j. l) X3 E0 a: G! r) Z i* A4 u8 l
last name 获取随机姓氏
# k* J% c$ x$ cLogin 获取随机登录名1 Q! ^- l- @; u6 a6 L7 _8 G
5 ]( R# b% e0 ?7 Y3.Regular expression:正则表达式
4 D) B% B2 j b( f; Q" r8 eparse with regular expression 根据正则表达式获取字符' t0 d4 p- U" }% _
replace all strings that match a specified regular expressuion 根据正则表达式替换字符
3 y$ T2 U8 ?* ?0 q, ysplit by a regular expression match 按正则表达式匹配分割成数组
; I' ] G# {4 R( sconvert string to the regular expression 字符串转换为正则表达式
8 B" u3 w! i' A! m- ~& m
& h. @# t2 K; P% r' B6 d [; C4.Random:随机 4 m& h3 `# m0 _$ C- b& [) [
a random number within a specified range 在指定范围内的一个随机数. U J1 g4 F) E( X
a random rational number within a specified range 在指定范围内随机有理数
3 E. d6 h" I* o9 Ga random text 获取随机文本+ ~0 A! G( o) E- M7 w/ i$ G
Shuffle 按分隔符打乱文本: p# D+ E2 n, n! H1 t# n% ~# h
# n/ h6 q: j5 e. w, l9 m5.Files and directories:文件和目录 * \0 G( w1 N1 z" b( f8 w
take a line from the file 从文件中获取一行数据) J) S X- M @3 |+ m
get block of text from the file 从文件根据分隔符获取文本块. e% M3 h, p+ G
append line(s) to a file 附加行到一个文件
- L }5 d: K, ithe number of strings actually contained in the file 获取行数
3 M% [9 L U4 rdetermine whether the specified file exists 确定是否存在指定的文件2 ^9 Q% J& @% q0 v( Z
copy the existing files to the new location 现有的文件复制到新的位置! y9 @6 P9 t7 ?7 A& D2 g3 t
the number of files actually contained in the directory 获取目录中的文件数量
5 g, ^* {* G% B" e+ Q* R" Y1 vthe path to a random file in the directory 目录中的一个随机文件的路径2 {* [( v* c! ~+ j0 Y" [
delete file(s) by mask in the directory 删除目录中指定后缀的文件
' f1 O) O( [; }2 v8 t9 Bdelete the specified file 删除指定的文件
- ?3 v+ l" N& u* Cdeletes the specified directory 删除指定的目录0 N) v7 P7 Z# P3 Q4 x
the full path to the zennoposter zennoposter 安装的路径
8 d7 Z) A2 {. L; g( [( k
* x0 X1 ~8 i7 s( z4 x6.Javascropt and debug:javascropt和调试
3 V) t) a7 Q# L7 gexecute javascript 执行JavaScript
( L4 \6 q5 c' L( p6 w. Z5 j/ \8 dprepare text for the javascript JavaScript的文本
( `4 F$ }: l' w: U+ `Alert javascription 输出框
- ]! ~! a6 Y" D. W" P/ W
, J+ y( L: u5 Z( k7.Counters:计数器
- Z, A/ A. X* x% s( ?9 ~ v2 D1 I5 Iinit counter with the value 初始化计数器值
/ b/ {) \7 [1 f' [( R' M0 v0 yincrease counter value 增加计数器的值
0 u+ r4 q3 J, p; _9 ]multiple counter value 多个计数器的值
* A) {; [% V. [" }! Iget counter value 获得计数器的值
5 K% Z( e( W, J3 e4 {" ?& l/ T2 S/ S# K 4 Y, J& g3 ?% _# \* S- t3 b
8.Global storage:全局数
+ N% G/ W8 x6 K9 C) Y Gset value to the specified key 设置指定的键的值
6 G2 r' ~( B9 @( t4 d' Uget value from the specified key 获得从指定键的值
" z m5 n. Z6 y( a x0 S- pset value to the global counter 设置全局计数器! O0 x% x: G/ s4 \
get value from the global counter 获得全局计数器# t. [! s/ m) D$ U0 _
increase the value of the global counter 增加全局计数器
0 c+ z4 u0 o6 t' X" pmultiply the value of the global counter 多个全局计数器# N6 Q6 m" y6 G$ ] T2 W, j$ N- h7 f
* ^- B. ?$ H4 H' |' R; q9.Network:网络 9 M% t9 ^% C: f9 H
download page 下载页面,获取页面html9 m4 I) ] f$ _9 P1 u
get proxy from the rule set 从规则集中获取代理5 T6 R4 ]) D5 V7 F1 }
/ D, ^, _6 @& c# l8 p5 c10.Work with template:模板结合 & }; H4 B/ g. b/ K0 O0 @2 ^
get field value from the executed branch 从执行分支中获取值
5 C' X: A% F& y/ oPause 暂停4 r4 b5 v9 J* C, u- C0 j! z; `+ g
template name 模板名称" L$ a& u5 ^ `
folder of the current project 当前项目的文件夹/ r- p: V4 h6 ~+ n. K6 O2 i
proxy rules of the current project 当前项目的代理规则7 s6 T# G, Z- R3 Y, L
6 o# c( Q6 Y5 B+ u4 g0 F; s11.Time:时间 9 J6 \$ f6 L- E3 J Z' v; }) {$ f
current time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS# s0 \; g3 j0 G0 P# G
current time milliseconds 当前的时间毫秒3 Z5 q- ?2 x- E9 M: O5 {
current time seconds 当前时间秒
s; N/ o' H% ^6 K! {' C2 I) m- Xcurrent time minutes 当前时间分钟
$ T* G# y- O3 m$ ~current time hour 当前时间小时
4 S0 ^' M O% d n# ^current time day of week 当前的一周中的星期几
1 _4 I! s& R X+ _% n5 e3 M. B1 lcurrent date 当前日期. V( w' @+ {, V. s4 Q) |
current month 当前月份
/ I e6 S' y# H3 x; u g/ ycurrent year 当前年
v3 v) {& z& p" ? |; n1 r |
评分
-
查看全部评分
|