查看: 126|回复: 6

ZennoPoster中Macros命令英文解释

  [复制链接]
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理
& J! k7 U0 \4 I9 SSubstring                                                                                                      获取字符中的子串
. `- r" c4 h9 c+ Z+ O  H5 kReplace                                                                                                         字符串替换
; E9 _6 h; H8 HInsert                                                                                                            插入: r  d: H0 o' J) W
to uppercase                                                                                                 转大写
% v, m- N3 e% `7 e* m2 Vto lowercase                                                                                                  转小写) ~- D. q- M' ]: ]( n) Y
Split                                                                                                              把字符串按分隔符号分割成数组6 i& P7 V8 x& U9 J9 ^( z
count of chunks after split                                                                             获取分割后的数组数6 A9 u- t$ f: W/ q/ [: g
remove duplicates                                                                                         按分隔符号删除重复的字符串! V6 w! V, i$ U6 l
Enter                                                                                                             回车
1 U* A2 [& A8 \9 ccovert the char code to the char                                                                   将字符代码转为字符
2 E% r- @* q8 `. ]spintax                                                                                                          按spin格式随机获取. O' i# T# s; h: B. d
translitiration of russian string                                                                       (如有人知其意,希望给予一起分享)
% ^7 T# ]8 S; E9 q  a        * b( r( T6 d& ~6 Q; e6 \
2.Personal data:个人资料        
0 y9 s% D8 W$ H! u- f& u5 Rfirst name                                                                                                     获取随机名字
" G0 S6 C# x: }last name                                                                                                      获取随机姓氏1 K! C! L0 s' |" s( ~& n( i+ H
Login                                                                                                            获取随机登录名$ L" M0 A4 x8 C* C- M& B# `
        
, o+ m  r' J& E% l7 ^% F- g3.Regular expression:正则表达式         
: u$ n% s* @. U% C5 @1 Z  }5 Fparse with regular expression                                                                       根据正则表达式获取字符
8 \' o4 p5 w0 |5 I7 Rreplace all strings that match a specified regular expressuion                        根据正则表达式替换字符
0 `* k6 c3 j- T' |5 ?7 X$ z% P( |split by a regular expression match                                                              按正则表达式匹配分割成数组
+ I% n9 v8 T6 W# j$ @3 t: Yconvert string to the regular expression                                                      字符串转换为正则表达式& @. T6 M+ j: N( d4 x1 _( x2 [. C
        7 N9 b# j" |/ [1 K4 w* A
4.Random:随机         1 S+ B3 r3 H1 s9 I1 T% a: w
a random number within a specified range                                                  在指定范围内的一个随机数: M" v) |8 e+ W0 n4 N3 P% e/ y
a random rational number within a specified range                                      在指定范围内随机有理数" g- w, F- Y5 m, q5 H
a random text                                                                                            获取随机文本' S  |% p: G) |
Shuffle                                                                                                        按分隔符打乱文本
" P$ n  x: f1 {7 C' h4 o        
6 {. d/ z# j, l: r5.Files and directories:文件和目录         
9 L  H; m# H" W: O) E  j! |! Y: `take a line from the file                                                                                从文件中获取一行数据
9 J% s$ C$ ]6 I5 Xget block of text from the file                                                                      从文件根据分隔符获取文本块0 F: g: h( M, z- M
append line(s) to a file                                                                                 附加行到一个文件$ v5 l: Z7 L! i& x: I4 Q
the number of strings actually contained in the file                                      获取行数! d- {: l1 F' E8 G) ]" o) M
determine whether the specified file exists                                                   确定是否存在指定的文件: n' a4 ^. t5 b: `: W! T1 K
copy the existing files to the new location                                                   现有的文件复制到新的位置
% G6 }$ y0 ]0 A, M3 Rthe number of files actually contained in the directory                                 获取目录中的文件数量
# D' \! M* x6 H) U6 y( h1 ^; r" m7 pthe path to a random file in the directory                                                    目录中的一个随机文件的路径4 D2 K# Z. q. R; V- ?; ^  S5 d
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件3 r& I; y' l& Q/ p) O( K
delete the specified file                                                                                 删除指定的文件
: h" q& j) A# c' r4 `. gdeletes the specified directory                                                                     删除指定的目录* `% v  H, r  g5 `7 g9 i4 P
the full path to the zennoposter zennoposter                                              安装的路径# p' j  u$ ^2 o; l, |
        
* }3 W3 M5 G6 ^# ~6.Javascropt and debug:javascropt和调试         
, Q1 l9 I5 H1 P6 _" Gexecute javascript                                                                                     执行JavaScript4 f" o6 C5 U9 l! V
prepare text for the javascript                                                                   JavaScript的文本
7 Y4 V3 q; N; _3 yAlert         javascription                                                                              输出框
& ^( \) f# g9 v! V        
/ H4 |' g" t7 {) B( Z% p3 c7.Counters:计数器         
0 p- R7 V& X" @. ginit counter with the value                                                                        初始化计数器值1 c% Z, F# y* N$ F" M: _$ `
increase counter value                                                                             增加计数器的值9 |+ P* B; p3 L! k5 f
multiple counter value                                                                              多个计数器的值
8 Q# H% L- a# E) d3 T& `get counter value                                                                                     获得计数器的值8 i  e2 X3 v. h0 u" {" Q% e+ h4 P
        / I# |# p: j( u' }) j2 _7 c- W1 z
8.Global storage:全局数        2 i1 e& \6 ?/ v* Z; i
set value to the specified key                                                                   设置指定的键的值- e) U7 J0 R$ G( {0 j! s
get value from the specified key                                                               获得从指定键的值
0 M7 b. G% g* r- h8 }set value to the global counter                                                                 设置全局计数器' v- [  \9 ~0 V3 {1 d
get value from the global counter                                                             获得全局计数器
- L! [" C/ r( |( {7 Eincrease the value of the global counter                                                    增加全局计数器
% |8 K) c% C( }$ ^, q9 s4 A4 Cmultiply the value of the global counter                                                     多个全局计数器
+ n" p1 v6 i. P: Y        * e+ x" w4 y! s
9.Network:网络        ! s2 g% ]6 [! f7 m. Q
download page                                                                                         下载页面,获取页面html- m8 u/ @3 F3 l, n4 W7 @: z
get proxy from the rule set                                                                       从规则集中获取代理
5 O  M+ N+ z, K/ f' T        & [$ s  y/ b) ^3 q
10.Work with template:模板结合        
3 R) W$ r2 P9 ~% fget field value from the executed branch                                                   从执行分支中获取值$ \! p1 x! a/ j. @' `
Pause                                                                                                        暂停
4 s3 \; }% B: R# l; t, N3 d( o7 Ftemplate name                                                                                          模板名称
7 y& @/ o, |6 O5 F: ~7 j. I& t: Qfolder of the current project                                                                      当前项目的文件夹
9 x/ e5 k* p0 T3 w& ]proxy rules of the current project                                                             当前项目的代理规则
2 C) E+ {* d  x7 B, D        
/ t' R9 Z; m3 V+ z11.Time:时间         
5 P0 g0 C' ]2 s/ ^current time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS# ~5 r$ Q) S5 J& X( g
current time milliseconds                                                                            当前的时间毫秒1 i% }7 P$ d7 m9 T1 F5 p
current time seconds                                                                                 当前时间秒, K) l3 a. W+ t8 T5 h
current time minutes                                                                                 当前时间分钟- N3 J! c  W( x+ h& Y/ t- n
current time hour                                                                                     当前时间小时
9 k" G/ D) a: icurrent time day of week                                                                          当前的一周中的星期几
. |+ }1 c* |( }current date                                                                                             当前日期3 i# d; X% h$ p+ \2 v, O2 J
current month                                                                                          当前月份
7 h2 k# @7 X" B4 F- R- `current year                                                                                             当前年
6 f0 v6 @- C; b! c. n

评分

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

查看全部评分

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

使用道具 举报

 楼主| 发表于 2013-5-14 08:27:49 | 显示全部楼层
spite888 发表于 2013-5-13 21:20 / K% D# B& L9 w7 k3 B6 ~+ y
是个插件吗 不是很明白

; a/ `! o& d: C8 }9 M8 ]这是zp里面的macros
4 X  ~' W; d* E5 [+ H
回复 给力 爆菊

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30 / S. X& D' V2 g" k/ k
ZennoPoster是好东西,只是国内用的人太少,研究的人太少

) E1 q$ I' g9 q! I- |! `* {呵呵 一直在用破解版
回复 给力 爆菊

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了
1 o" x; B+ B7 z/ O* F
回复 给力 爆菊

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有. k: \; J3 }7 A4 {
回复 给力 爆菊

使用道具 举报

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

本版积分规则

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

GMT+8, 2026-8-6 12:34

Powered by iLang

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

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