ZennoPoster中Macros命令英文解释

  [复制链接]
查看: 544   回复: 6
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理# z; U; m1 Z3 M7 x( x4 \
Substring                                                                                                      获取字符中的子串; d8 n, ~4 A" Z: y# x: w1 T
Replace                                                                                                         字符串替换
1 n6 [" t" j. G. K& ~* N" oInsert                                                                                                            插入2 V- }3 \1 R5 W/ F7 Z
to uppercase                                                                                                 转大写
4 h0 E1 l& E- w9 i% dto lowercase                                                                                                  转小写
" ], [) {* u9 Z7 E: d  O8 FSplit                                                                                                              把字符串按分隔符号分割成数组
- v+ Z# N! a& acount of chunks after split                                                                             获取分割后的数组数9 H6 _7 f% U6 R  h$ j3 z9 [  f
remove duplicates                                                                                         按分隔符号删除重复的字符串9 T3 O4 c* s1 S0 D( d
Enter                                                                                                             回车) s) p, f/ Q1 e7 T
covert the char code to the char                                                                   将字符代码转为字符
" w; F6 h8 _5 Z- c2 Kspintax                                                                                                          按spin格式随机获取
7 `2 q7 P+ C& a$ u& c9 M0 I* G, Ktranslitiration of russian string                                                                       (如有人知其意,希望给予一起分享), F8 L6 ?2 O% O8 [4 E# ~
        , `) j$ D* H4 V) b6 d4 \7 g: H
2.Personal data:个人资料        # o7 S& d1 o* r7 h! R5 _- |, G
first name                                                                                                     获取随机名字
9 F+ h0 b- Y9 b1 M, k- Blast name                                                                                                      获取随机姓氏5 X. f& K- J+ O9 q- O  W
Login                                                                                                            获取随机登录名8 k. k" w3 f* |2 W1 g. q) |
        # w% {7 S" y! l$ w3 A
3.Regular expression:正则表达式         / ~( \; \' G+ ?1 N, C* m/ C
parse with regular expression                                                                       根据正则表达式获取字符
- i1 {# x+ U8 e5 z' {" Ereplace all strings that match a specified regular expressuion                        根据正则表达式替换字符
) x! r- K# r$ d3 Q8 z4 Q) w( tsplit by a regular expression match                                                              按正则表达式匹配分割成数组
. `" q( X6 q. Z3 a/ L; {% sconvert string to the regular expression                                                      字符串转换为正则表达式% R: n; s6 K, x) U1 F
        
& n; w5 Y, E! l. a4.Random:随机         
* ]6 p8 |" F! Xa random number within a specified range                                                  在指定范围内的一个随机数0 ]) I* y# q5 U0 @  M3 Q5 V& x2 ~
a random rational number within a specified range                                      在指定范围内随机有理数  c7 M' D& V/ n9 Z$ q5 e# Z
a random text                                                                                            获取随机文本
2 F9 L6 Y( R3 j: q4 ~5 MShuffle                                                                                                        按分隔符打乱文本% l5 l# J; d- S: n: g
        
/ R, h- H/ G5 ?" n" l5.Files and directories:文件和目录         $ f4 H: H2 ?% \
take a line from the file                                                                                从文件中获取一行数据! O. F; `# _! ~* o+ \
get block of text from the file                                                                      从文件根据分隔符获取文本块
; m% Y" h& R' m0 Sappend line(s) to a file                                                                                 附加行到一个文件
3 ]: S6 |! _/ L9 Fthe number of strings actually contained in the file                                      获取行数  e( U7 F' S& s; I  i' {
determine whether the specified file exists                                                   确定是否存在指定的文件0 Q/ m) {- s( X8 l" a: L- \9 O, ~
copy the existing files to the new location                                                   现有的文件复制到新的位置9 x% T+ O  O: @: z6 r. s
the number of files actually contained in the directory                                 获取目录中的文件数量
" T6 C" L0 C3 G6 j3 Z. x$ X# bthe path to a random file in the directory                                                    目录中的一个随机文件的路径
; x3 Q% C! F/ d3 a# B  Qdelete file(s) by mask in the directory                                                          删除目录中指定后缀的文件7 M: k7 R9 V$ V+ B. Q) K6 ^3 h9 W3 L
delete the specified file                                                                                 删除指定的文件
5 ~- y) U1 o8 H# N/ k$ Bdeletes the specified directory                                                                     删除指定的目录
0 o# @$ @. s7 r7 z6 b2 {/ u0 |! Z1 ^the full path to the zennoposter zennoposter                                              安装的路径/ ^/ N* q* k0 s
        
/ c+ U6 b# u2 u9 Y4 f6.Javascropt and debug:javascropt和调试         
0 d1 Q' ^* N8 V) ?6 jexecute javascript                                                                                     执行JavaScript
& S+ y3 C) S' F, s& H- uprepare text for the javascript                                                                   JavaScript的文本
5 _( S$ Q3 Z, S" y7 zAlert         javascription                                                                              输出框
( F0 a4 f. O3 D* Z, Q        ( H( f2 H0 w% q- }, T5 p
7.Counters:计数器         
1 A4 d6 p& }% T8 h3 {' \. w( pinit counter with the value                                                                        初始化计数器值1 E; w$ p5 _! v: _3 b
increase counter value                                                                             增加计数器的值# V6 u$ a! Z) U% ?5 ?& g
multiple counter value                                                                              多个计数器的值
$ u; ]+ A4 o! r& X9 Uget counter value                                                                                     获得计数器的值
  b% ?& }) R: T          t) b  J' n  R7 I
8.Global storage:全局数        
4 T( R5 o/ ~) r, eset value to the specified key                                                                   设置指定的键的值4 e4 a  G0 e+ b
get value from the specified key                                                               获得从指定键的值# U! H% M* l1 ~4 J3 w0 G3 Q
set value to the global counter                                                                 设置全局计数器
: _6 W  o. b, Z* I/ g$ T/ V1 Rget value from the global counter                                                             获得全局计数器
! D$ t+ o/ u# J) K: F9 E- xincrease the value of the global counter                                                    增加全局计数器
/ {& S  R7 `1 H: ~' Mmultiply the value of the global counter                                                     多个全局计数器% s" T, e& X& q* k* k
        8 t+ V3 K/ x  A, e4 X/ J$ b2 w
9.Network:网络        1 O$ H' N) r) x) d- V( s& f
download page                                                                                         下载页面,获取页面html) P# R+ n- E- p. n$ Q4 D, [
get proxy from the rule set                                                                       从规则集中获取代理2 m; q% F5 N4 a, p  X! c2 L4 \. W
        
" f' i0 H, W1 n. r1 ]10.Work with template:模板结合        
, f5 |9 a1 X- uget field value from the executed branch                                                   从执行分支中获取值& T2 G5 k2 i9 Z5 q, A) \& R& i
Pause                                                                                                        暂停
8 ^$ P1 J! d# ^9 C2 H2 I; [/ e+ ltemplate name                                                                                          模板名称
7 N0 A% @9 j5 R3 b2 m; L6 zfolder of the current project                                                                      当前项目的文件夹
2 T- O& h9 @( s! N  P( Mproxy rules of the current project                                                             当前项目的代理规则; _9 g6 \% r, O4 S* k0 F! M: U3 u
        
( E6 W' P8 O1 c8 S; t5 s2 g" A11.Time:时间         
! j3 I0 U! `: E/ ncurrent time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
' i1 N5 L( O- I! `. I) F0 N5 icurrent time milliseconds                                                                            当前的时间毫秒
4 F$ i# D+ w" l" Z  tcurrent time seconds                                                                                 当前时间秒5 F0 Q; v! D7 d
current time minutes                                                                                 当前时间分钟
( l6 k# Y6 V* ecurrent time hour                                                                                     当前时间小时
, l' a7 X6 g& K$ M3 wcurrent time day of week                                                                          当前的一周中的星期几7 W2 _/ T$ d6 H% w9 U! h
current date                                                                                             当前日期
4 S3 I6 N; w+ Z6 w( Ecurrent month                                                                                          当前月份2 e1 v9 e8 l) q! h5 z, r) F6 D
current year                                                                                             当前年
/ A. h. ?5 h0 v  y! K( l/ }

评分

参与人数 2T币 +6 收起 理由
asexy + 1 谢谢分享!
月光飞燕 + 5 谢谢分享!

查看全部评分

发表于 2013-5-13 21:20:25 | 显示全部楼层
是个插件吗 不是很明白
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-5-14 08:27:49 | 显示全部楼层
spite888 发表于 2013-5-13 21:20 ZennoPoster中Macros命令英文解释
7 A& k! P+ `' G! O/ ?/ c9 Y3 N+ ]是个插件吗 不是很明白

' W0 J; q4 V. u' Q这是zp里面的macros
. e6 P4 L9 l$ P) x
回复 支持 反对

使用道具 举报

发表于 2013-5-14 17:30:26 | 显示全部楼层
ZennoPoster是好东西,只是国内用的人太少,研究的人太少
回复 支持 反对

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30 ZennoPoster中Macros命令英文解释
5 N& ?- w3 E+ c! B  j' _ZennoPoster是好东西,只是国内用的人太少,研究的人太少

  H! d2 O9 T5 w( {4 n呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了9 ]/ |0 V- m9 p) m4 R
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有) Z& ?! Y: ?& v& O: f  K" G
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则