ZennoPoster中Macros命令英文解释

  [复制链接]
查看: 672   回复: 6
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理: L' @$ g" V; S' h' J( K
Substring                                                                                                      获取字符中的子串: n2 a2 |# o+ H
Replace                                                                                                         字符串替换
7 K( `' z) t/ l# @: zInsert                                                                                                            插入
0 C8 j. C. s7 [1 Cto uppercase                                                                                                 转大写
7 D: Q$ M7 Y4 {0 Ito lowercase                                                                                                  转小写
3 {: c# f( K" w1 A  ^- t3 @Split                                                                                                              把字符串按分隔符号分割成数组, n, z5 V" g; X6 v
count of chunks after split                                                                             获取分割后的数组数2 V8 |6 O  u2 m& f
remove duplicates                                                                                         按分隔符号删除重复的字符串
% T# y& K' p' N* R1 zEnter                                                                                                             回车
- D+ C- t: C! n' \+ Ncovert the char code to the char                                                                   将字符代码转为字符
" Z9 J/ _! F5 I0 @( ~spintax                                                                                                          按spin格式随机获取
8 r% y$ T1 M* W+ y9 `8 ctranslitiration of russian string                                                                       (如有人知其意,希望给予一起分享)
4 m" }, Z7 I; A3 u: c/ u' H# A        6 ?" x! Z% [' [  S. S; s
2.Personal data:个人资料        * Z* b$ l3 @/ Y# J' P% U5 b/ ?
first name                                                                                                     获取随机名字; M0 A5 q5 p! ~# k
last name                                                                                                      获取随机姓氏$ O* t9 T8 ?4 J& ?7 u' ]& J$ }* H: j; m/ p, t
Login                                                                                                            获取随机登录名
6 v' A- @8 N' \7 W# M/ l1 c        
0 {$ H% h4 f, p3.Regular expression:正则表达式         4 J( H7 ?5 J1 C' C
parse with regular expression                                                                       根据正则表达式获取字符6 ?; _3 p/ ?! N: N8 h
replace all strings that match a specified regular expressuion                        根据正则表达式替换字符
5 I& G2 M$ T: ?) T5 R$ ~split by a regular expression match                                                              按正则表达式匹配分割成数组- ]3 c1 ~& `6 ~. T
convert string to the regular expression                                                      字符串转换为正则表达式
! ?& d4 w" U- N8 Y: Y        6 c" F5 ]9 ]& V" Y7 _, C2 O" a
4.Random:随机         
4 H! E* v9 W3 E& e- Ea random number within a specified range                                                  在指定范围内的一个随机数9 j7 B  t* r6 K; l4 E
a random rational number within a specified range                                      在指定范围内随机有理数# |- _0 Z5 w( d4 m& B
a random text                                                                                            获取随机文本3 Q/ M* ?& I- ?7 b) D
Shuffle                                                                                                        按分隔符打乱文本" r# Y  ~9 O7 F9 j: M( J
        
) y' A& n- I2 i  Q. o( E" M5.Files and directories:文件和目录         
3 w! c  U4 C& Ytake a line from the file                                                                                从文件中获取一行数据7 b% M7 K  G+ V  v+ S' @
get block of text from the file                                                                      从文件根据分隔符获取文本块
4 B3 ^- u* b; J. E% S  [" [6 Mappend line(s) to a file                                                                                 附加行到一个文件
' C$ P3 P; ?* D" athe number of strings actually contained in the file                                      获取行数0 P, d3 ~4 ?3 ]
determine whether the specified file exists                                                   确定是否存在指定的文件
  E5 r' G& t* O% |5 zcopy the existing files to the new location                                                   现有的文件复制到新的位置" t. q, g1 e( w6 n7 @, s
the number of files actually contained in the directory                                 获取目录中的文件数量$ R2 |3 z1 e, h0 u* I- M8 `
the path to a random file in the directory                                                    目录中的一个随机文件的路径' t" V# J, a6 q- V5 {
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件
* m# \/ y3 E  h1 Tdelete the specified file                                                                                 删除指定的文件
: o6 P) y+ V3 A5 Z: Fdeletes the specified directory                                                                     删除指定的目录$ S( K9 t1 [2 g' u) o
the full path to the zennoposter zennoposter                                              安装的路径
0 T1 Z: w. O; `        $ D8 e- ~. }* ^8 [9 w4 T1 r
6.Javascropt and debug:javascropt和调试         ( C" Q7 p* u7 O& u' |- F! ^* B
execute javascript                                                                                     执行JavaScript) q; ~& S1 q/ M# m& s1 ^! Z
prepare text for the javascript                                                                   JavaScript的文本
3 g2 Q3 o2 X4 _/ O0 m' qAlert         javascription                                                                              输出框
1 w8 B. c6 u; g1 m        ; F) K4 d, i% i4 L, d8 c# F
7.Counters:计数器         
% N% B% _8 x- Vinit counter with the value                                                                        初始化计数器值
7 z2 x8 ~5 h, \  b/ C) t: Tincrease counter value                                                                             增加计数器的值
! B. A, X9 f% Q- R- j1 ~* L# ^& Jmultiple counter value                                                                              多个计数器的值+ z" z: M" [& A4 b* d/ i1 Q% b
get counter value                                                                                     获得计数器的值
0 s' c* G$ c$ V& _        
7 d3 @; U4 ~, z2 t0 _8.Global storage:全局数        6 I3 O4 W0 ^2 {: e: {, }; B
set value to the specified key                                                                   设置指定的键的值! ^9 a5 v  f& r5 A/ ?3 v, R
get value from the specified key                                                               获得从指定键的值; P( L/ K0 R8 Q# @; R
set value to the global counter                                                                 设置全局计数器3 S6 m6 }6 U' s
get value from the global counter                                                             获得全局计数器
. b- ^5 U- r$ U) N) s+ [/ eincrease the value of the global counter                                                    增加全局计数器
5 B* V& ]; i+ o, G# ^multiply the value of the global counter                                                     多个全局计数器
7 E, @5 D8 Z5 z        0 W# ~, i1 d- I% B' Y
9.Network:网络        
8 j  T: t$ q3 Q; S& Tdownload page                                                                                         下载页面,获取页面html  P1 N1 o; f5 P* s# Z
get proxy from the rule set                                                                       从规则集中获取代理0 D2 n) }: i8 D* ?0 ~
        ' W0 Q! N- g! q
10.Work with template:模板结合        
7 L/ p; k5 J; }% eget field value from the executed branch                                                   从执行分支中获取值
/ Q: }) Y6 |2 }2 s" Q) m: VPause                                                                                                        暂停
( }# Y- D) z8 @( i* _template name                                                                                          模板名称1 ~- B. L. ?/ {5 J: L& B
folder of the current project                                                                      当前项目的文件夹" l3 m  D+ @& _6 _' ^
proxy rules of the current project                                                             当前项目的代理规则) T! l4 h8 R# [5 u
        5 b$ k$ h, C9 x( U8 x
11.Time:时间         1 \7 ^% @) c8 n1 u
current time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
' Q6 e% O; v5 e9 L' @& }# Ucurrent time milliseconds                                                                            当前的时间毫秒
9 b$ R& D$ e8 o- w+ n  ^current time seconds                                                                                 当前时间秒
1 D% q, ~- E2 z( w( L, v" ~current time minutes                                                                                 当前时间分钟; w+ z8 F. ^# j* n  K5 B! y* B8 f& H
current time hour                                                                                     当前时间小时
+ S' A) T3 j0 Q5 xcurrent time day of week                                                                          当前的一周中的星期几
$ J5 o8 ~; \9 y  e" [# Qcurrent date                                                                                             当前日期
) v  K: V5 b! N* g) Ycurrent month                                                                                          当前月份
/ \* Q6 Y' j) ?8 g) X. o, l* |current year                                                                                             当前年
7 {2 c  F1 C8 Z* k5 o2 S( P

评分

参与人数 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命令英文解释  B; i9 Z! g! X! ?& B' `
是个插件吗 不是很明白

  p1 V2 l2 r3 ~  z" J这是zp里面的macros
! K. x! F$ e7 r9 p* z
回复 支持 反对

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30 ZennoPoster中Macros命令英文解释- o8 B4 a' E" U* C
ZennoPoster是好东西,只是国内用的人太少,研究的人太少
. A; K3 ]7 f" N- Z" }
呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了
2 l! C+ Q8 k" a) }
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有- M7 u2 G. U0 @" f: L2 B: ?4 m
回复 支持 反对

使用道具 举报

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

本版积分规则