|
1.Strings processing:字符串处理& {% {3 C' ~: b6 o4 m
Substring 获取字符中的子串- }( V" y0 b1 z9 \* _# m* w% n; n3 b
Replace 字符串替换7 q' z. h/ v W2 F0 {3 [1 C' l
Insert 插入2 L; V4 ]1 r1 Z, M. v9 I# ^. M) G- [4 Q
to uppercase 转大写1 G: h2 j( ~/ X# \, A0 |, z% ~
to lowercase 转小写4 l' u/ w& |: U
Split 把字符串按分隔符号分割成数组0 Y- z$ U) e+ ]1 ]3 q8 G, U: }, y
count of chunks after split 获取分割后的数组数0 J8 x; Z G% C6 j
remove duplicates 按分隔符号删除重复的字符串! l8 G" ~" w, Q: x R
Enter 回车
' i* K, T. ~1 K5 ]0 acovert the char code to the char 将字符代码转为字符
% Y( m y/ q1 R2 \& H# B8 x3 tspintax 按spin格式随机获取
$ r5 c" I s2 h! Vtranslitiration of russian string (如有人知其意,希望给予一起分享)$ m) z, R v# v& W" q7 ?6 U
6 S- U! l, ^8 A; @! Z; q
2.Personal data:个人资料
4 }5 E5 `! l- ~2 x5 }( yfirst name 获取随机名字
8 w' H2 A' |( o( \last name 获取随机姓氏
0 ~. P7 C o6 q9 Q) V8 j; E+ lLogin 获取随机登录名
4 m! l) d/ p) \" g+ W) M7 t & m, a" H* N* B: V- B1 o
3.Regular expression:正则表达式 / k$ A$ f2 S6 [! P( N) b8 K! |6 x# H
parse with regular expression 根据正则表达式获取字符
! y( h8 I( m2 h+ `. \9 _replace all strings that match a specified regular expressuion 根据正则表达式替换字符
, N$ x* x! M4 S D* rsplit by a regular expression match 按正则表达式匹配分割成数组+ [7 _7 n0 ~+ H+ y( }# A' _
convert string to the regular expression 字符串转换为正则表达式! G1 f9 C& t9 R- F
( K- a( v- O1 d0 `9 y7 n9 y- q% b4.Random:随机 2 r! T6 w3 I; x& B
a random number within a specified range 在指定范围内的一个随机数0 h* q, ^( [: a3 I5 t4 p
a random rational number within a specified range 在指定范围内随机有理数, i1 F4 w+ U3 `
a random text 获取随机文本
! k/ M1 ~6 X5 e- b4 D" LShuffle 按分隔符打乱文本0 n8 L; ? \6 \
6 g% U8 u5 W( a- e% a: x5.Files and directories:文件和目录 1 ~1 t: a y& E& Q
take a line from the file 从文件中获取一行数据9 ^, k) Z; b' n3 \# E r$ o
get block of text from the file 从文件根据分隔符获取文本块' E8 N; q1 F8 s8 e) K" D# z1 u" u, x
append line(s) to a file 附加行到一个文件
9 o1 l3 v, ~( Xthe number of strings actually contained in the file 获取行数" j7 W) p' A8 w6 o' N% g6 E
determine whether the specified file exists 确定是否存在指定的文件 t, r; |8 [( K2 W2 N
copy the existing files to the new location 现有的文件复制到新的位置! K3 d3 T" h5 V' y. C! G
the number of files actually contained in the directory 获取目录中的文件数量4 f2 @! v4 J& A0 m! u
the path to a random file in the directory 目录中的一个随机文件的路径$ o/ o+ o2 @3 s
delete file(s) by mask in the directory 删除目录中指定后缀的文件2 ~3 ?3 P J! }0 F. A
delete the specified file 删除指定的文件
2 X, H3 V p( w# e6 jdeletes the specified directory 删除指定的目录
3 Y2 \# @* ?' zthe full path to the zennoposter zennoposter 安装的路径. A$ W' u: x8 x X& G3 I4 j
% Z3 c. B' k) L' |& s
6.Javascropt and debug:javascropt和调试 & R2 _* R8 W" F1 X% s. b, |9 g1 Z
execute javascript 执行JavaScript1 z3 b) N$ _. x# S J! Z
prepare text for the javascript JavaScript的文本7 l& M( i% C( f! y u7 q, m% G
Alert javascription 输出框
! X* T. z8 z( k1 P8 _8 s5 J
: m% {; ?8 i" t* a& C I0 C7.Counters:计数器
+ V7 t! C4 ~% Ainit counter with the value 初始化计数器值9 M( ?9 T4 M' {6 r7 j* q7 Z
increase counter value 增加计数器的值
5 l( I0 p+ ?; @6 i. Dmultiple counter value 多个计数器的值7 j. D& l( d% t$ R
get counter value 获得计数器的值
2 J: H1 T- c/ W( R! \/ p4 H. s 5 x& C$ C: R* \% E
8.Global storage:全局数 : s' f* |' P9 [9 n @
set value to the specified key 设置指定的键的值4 o2 V- {6 s( e
get value from the specified key 获得从指定键的值
- P! ^! a' Z7 b# gset value to the global counter 设置全局计数器
% v6 K# p7 r5 O0 e; xget value from the global counter 获得全局计数器
* |1 ~( @2 Q3 u& k/ P- k) }increase the value of the global counter 增加全局计数器7 Q7 X/ W. E1 X% @- U2 H: r
multiply the value of the global counter 多个全局计数器7 f( ]# B5 S _1 X) H
* [4 R( S a" u3 n
9.Network:网络
4 j+ [( F, C- w0 mdownload page 下载页面,获取页面html8 J4 q; | E2 I# I# z
get proxy from the rule set 从规则集中获取代理
0 c3 W3 I5 I' ]* C$ p, L5 ]# l
! I+ Y4 q r* _" V10.Work with template:模板结合 ) K- i1 o9 W* F5 w) n# _6 S
get field value from the executed branch 从执行分支中获取值* W; m0 M' y9 `. h" a0 Y! W
Pause 暂停
; E; }5 t' H7 o, H, ytemplate name 模板名称
9 w2 D/ T! f! E" s1 Q8 k& Ffolder of the current project 当前项目的文件夹
) a9 R3 @' I+ t. W) Q- E; X N! h& b8 qproxy rules of the current project 当前项目的代理规则8 @8 a& M# X+ }
: I% G* m1 o0 O; A1 Y# T z
11.Time:时间
: }) [0 p# ~2 @0 }/ t+ ], I; Hcurrent time: yyyy-mm-dd h-mm-ss--ms 当前时间:YYYY- MM - DD H - MM - SS - MS! b+ ]; ]1 `7 n; W% v @- J* ^
current time milliseconds 当前的时间毫秒, C5 [' V* v, M/ w* y9 W+ b& q
current time seconds 当前时间秒
) w: E( M0 V# D) s3 s- kcurrent time minutes 当前时间分钟
9 t; ^* p2 ?- a3 y6 z* ^current time hour 当前时间小时
0 {0 b1 ^0 Z* L/ H* _& k7 k% ~current time day of week 当前的一周中的星期几6 I2 y" U$ `5 O1 m
current date 当前日期
0 J" U; ~8 S$ e9 C- {% S8 Vcurrent month 当前月份- L L; H$ G1 @- U. `3 O0 J( b& ^
current year 当前年
. I1 K3 M/ c7 S, Q% { |
评分
-
查看全部评分
|