查看: 181|回复: 6

ZennoPoster中Macros命令英文解释

  [复制链接]
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理4 J6 p" s  _$ S, j: m- ~
Substring                                                                                                      获取字符中的子串9 A: q1 J$ s' I4 p/ K
Replace                                                                                                         字符串替换
. z$ \# K: Y4 A0 l5 G8 |! kInsert                                                                                                            插入+ K) u) F/ R5 {0 }
to uppercase                                                                                                 转大写
, x7 i- V) X4 U8 d0 e; Dto lowercase                                                                                                  转小写
0 J; i2 M" a, [! r4 HSplit                                                                                                              把字符串按分隔符号分割成数组
! H% l" B9 J- F6 T7 H3 Tcount of chunks after split                                                                             获取分割后的数组数
" \; X8 D; _. Z+ ~remove duplicates                                                                                         按分隔符号删除重复的字符串
" X! _7 p, j8 n! dEnter                                                                                                             回车" [  x* V  o) U1 W/ D& y7 |
covert the char code to the char                                                                   将字符代码转为字符
4 U8 I! W1 j4 M) C/ Lspintax                                                                                                          按spin格式随机获取- F/ _" g5 Y  s( G4 l
translitiration of russian string                                                                       (如有人知其意,希望给予一起分享)
  ?! X) W4 j: w% N0 n        
" }. b4 u" u9 d) |) N% G2.Personal data:个人资料        & }4 f, Y: O9 ^
first name                                                                                                     获取随机名字, R/ ~- N  X% A& h2 g
last name                                                                                                      获取随机姓氏
! K/ L. U; x) U5 {; J" g5 ZLogin                                                                                                            获取随机登录名
0 x- k' F& m- L0 }6 V/ T        ' ^9 y- g5 n( C0 f( V
3.Regular expression:正则表达式         
9 Q( i8 H4 h3 f, a. q/ I5 wparse with regular expression                                                                       根据正则表达式获取字符8 x7 k1 `( Z7 e& }" `% N
replace all strings that match a specified regular expressuion                        根据正则表达式替换字符5 v0 |9 R8 z' Y+ q8 W
split by a regular expression match                                                              按正则表达式匹配分割成数组
$ q$ [: J, _$ a, ^convert string to the regular expression                                                      字符串转换为正则表达式
7 O- f! B/ V0 I7 n        
/ i- E( W+ b- @% r: ^- K4.Random:随机         
1 C) `2 @, b8 Ta random number within a specified range                                                  在指定范围内的一个随机数
7 X& [$ I0 p1 u& A5 j$ C. ta random rational number within a specified range                                      在指定范围内随机有理数
( l8 P2 }, I; O) a# Ia random text                                                                                            获取随机文本  H8 j* Z0 c6 m! {, b
Shuffle                                                                                                        按分隔符打乱文本
8 F, p% L- D" A! n8 i        
9 C$ G' |, P+ U! {, E5.Files and directories:文件和目录           G; [2 R/ D( q# x
take a line from the file                                                                                从文件中获取一行数据
. ]- w! i, p5 ?! w6 f: ^# |$ \3 Pget block of text from the file                                                                      从文件根据分隔符获取文本块2 X* p/ |4 C+ O- V; ^
append line(s) to a file                                                                                 附加行到一个文件, N! Z  p1 Q  P+ K
the number of strings actually contained in the file                                      获取行数
- Z+ I- x' C) S8 r+ X$ {determine whether the specified file exists                                                   确定是否存在指定的文件8 _/ G; _/ ~3 i! I  K: T
copy the existing files to the new location                                                   现有的文件复制到新的位置
$ l5 X' f, O6 Y& w' X* p& E1 Tthe number of files actually contained in the directory                                 获取目录中的文件数量
4 P' L9 z' j% G+ ]) E/ @, ~; P" ]the path to a random file in the directory                                                    目录中的一个随机文件的路径
$ Y3 M2 ~: I" s/ ldelete file(s) by mask in the directory                                                          删除目录中指定后缀的文件9 i, b. S3 Q, `: H
delete the specified file                                                                                 删除指定的文件" j' U/ h+ \/ U0 z: K0 }& W
deletes the specified directory                                                                     删除指定的目录" O8 n4 w* ?5 p& x' `, H- a
the full path to the zennoposter zennoposter                                              安装的路径
: \1 z5 A& ~! x+ A! q# W        
0 o& [7 j- q" j0 f3 L$ u6.Javascropt and debug:javascropt和调试         
* {+ n5 ?' J! zexecute javascript                                                                                     执行JavaScript
* @% k+ ?, J7 }/ Jprepare text for the javascript                                                                   JavaScript的文本6 H) A) N" q% W7 _4 a
Alert         javascription                                                                              输出框7 Q' }9 _6 ]+ J" w: a1 F
        & Z& M7 p2 I! E7 \4 ]3 U6 ?4 \
7.Counters:计数器         8 C( K( N& F$ O1 C# n1 q! T
init counter with the value                                                                        初始化计数器值
) C5 o$ {1 u6 U; \$ \" J; s1 rincrease counter value                                                                             增加计数器的值5 a/ s  F+ d! A5 L& m' A
multiple counter value                                                                              多个计数器的值, T& v8 l  t! b, h. T( i
get counter value                                                                                     获得计数器的值2 Z! r% y! f/ K+ p2 M, q1 z
        ( N! _6 l3 H% h1 |! n3 h: [- ^
8.Global storage:全局数        0 L1 i& t7 g' ^4 i
set value to the specified key                                                                   设置指定的键的值  o* l5 s+ ~% z: H* A
get value from the specified key                                                               获得从指定键的值
* z( p3 N2 E: {% _$ C& Z% uset value to the global counter                                                                 设置全局计数器
6 ~$ P. B9 y9 x2 [' yget value from the global counter                                                             获得全局计数器
* N$ b$ W1 G" w8 @$ p: w; cincrease the value of the global counter                                                    增加全局计数器
6 F& [$ o$ J$ X% g( M8 g1 mmultiply the value of the global counter                                                     多个全局计数器1 K: y9 I& w5 F4 S
        
4 v) X: }2 M9 w5 L' _7 a9 n% o9.Network:网络        . k. v6 Q4 Q) U$ N8 x) J
download page                                                                                         下载页面,获取页面html) ?% ]  t/ u  i7 F# J1 }
get proxy from the rule set                                                                       从规则集中获取代理
9 Q5 a# r4 k7 [7 X6 B& ]  G# |- o        
# |4 c+ I$ A  \  i10.Work with template:模板结合        
9 g- d2 b9 I. `' N% Kget field value from the executed branch                                                   从执行分支中获取值
- t, Q* C% n1 e# M; D8 ]Pause                                                                                                        暂停
" O7 x/ C; ^1 Y; E8 n5 v7 N% u) ztemplate name                                                                                          模板名称
) Y3 U& O$ C( j4 t  ofolder of the current project                                                                      当前项目的文件夹
+ c: k+ X. l5 Q/ C0 Xproxy rules of the current project                                                             当前项目的代理规则
3 H( h9 d8 h! y% T  d* y0 o        
! A" Z4 i- Q8 ^! q$ a11.Time:时间         ( S+ |6 U0 F* `( W- {
current time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
1 P% m2 H: u5 X* w% r" b: Q3 g" tcurrent time milliseconds                                                                            当前的时间毫秒4 r4 ~( t$ f8 Y
current time seconds                                                                                 当前时间秒/ _9 |9 r2 K5 j, I& W, w) `
current time minutes                                                                                 当前时间分钟) v* i4 ^9 Q, k, p' |
current time hour                                                                                     当前时间小时% K# w, ?& v4 l# ]' g7 K8 F! K
current time day of week                                                                          当前的一周中的星期几
( ]" b& @( {' E6 k8 [0 A! {current date                                                                                             当前日期
0 o, H4 c0 l9 F0 o. S4 O0 Dcurrent month                                                                                          当前月份
( k& W6 N  `9 z/ vcurrent year                                                                                             当前年* O( g) M' ~2 Q

评分

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

查看全部评分

发表于 2013-5-13 21:20:25 | 显示全部楼层
是个插件吗 不是很明白
回复 给力 爆菊

使用道具 举报

 楼主| 发表于 2013-5-14 08:27:49 | 显示全部楼层
spite888 发表于 2013-5-13 21:20
7 G; M& q! @7 o! J0 P" C是个插件吗 不是很明白

/ x0 C- I' N! n, e7 M5 C& G这是zp里面的macros
; O. I4 E: m5 G
回复 给力 爆菊

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30   a) P  H4 l! P& b5 E  @
ZennoPoster是好东西,只是国内用的人太少,研究的人太少

5 H- `- i4 h- u3 z: K6 L0 H- t呵呵 一直在用破解版
回复 给力 爆菊

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了" C3 A' i0 D! k0 r6 n
回复 给力 爆菊

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有
5 e/ t3 M  h! x- a+ ^! L. y# E
回复 给力 爆菊

使用道具 举报

您需要登录后才可以回帖 登录 | 免费注册

本版积分规则

联系我们|Archiver|手机版|小黑屋|TGL论坛

GMT+8, 2026-9-15 22:17

Powered by iLang

Powered by Discuz! X5.0  ·  © 2001-2026 Discuz! Team.

快速回复 返回顶部 返回列表