EEfaq论坛-赚客自留地

 找回密码
 免费注册
查看: 751|回复: 6

ZennoPoster中Macros命令英文解释

  [复制链接]
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理
8 t- ^7 W& {' s1 |% mSubstring                                                                                                      获取字符中的子串
8 i5 Q3 I: v- K7 W% q7 uReplace                                                                                                         字符串替换
: [8 k$ r$ r- d, zInsert                                                                                                            插入
; x1 l6 }$ I6 D4 S. @1 ^to uppercase                                                                                                 转大写# l' e# q8 s! n/ |% V( J- R* x
to lowercase                                                                                                  转小写
. {" f% J: o+ a0 y, cSplit                                                                                                              把字符串按分隔符号分割成数组  t, T2 j6 F' j9 v/ x
count of chunks after split                                                                             获取分割后的数组数+ [$ E  w# u* J- w- c5 u# F
remove duplicates                                                                                         按分隔符号删除重复的字符串7 g$ T% j& B# M& @) e" I9 K" P
Enter                                                                                                             回车9 ~' ~6 {2 I, D' u* {1 d7 B
covert the char code to the char                                                                   将字符代码转为字符
3 D4 N2 g! O0 I5 ispintax                                                                                                          按spin格式随机获取
4 u4 u, [& `# u9 atranslitiration of russian string                                                                       (如有人知其意,希望给予一起分享)
' a1 K) S: c+ X9 Q        
2 X- I; p6 z8 f) \/ X2.Personal data:个人资料        . w' b: b. S- N
first name                                                                                                     获取随机名字
0 x9 |4 r: d7 W# G8 X' Alast name                                                                                                      获取随机姓氏- v; ?. ]; L2 M0 L2 d2 S; j
Login                                                                                                            获取随机登录名4 F7 [+ X; `: v! C3 x
        
. g6 K9 E. Z3 s, o" y. o' a; |3.Regular expression:正则表达式         
1 B7 e4 W* `" h, Q9 u8 {9 v; m5 d; Jparse with regular expression                                                                       根据正则表达式获取字符
( q- w6 y: R# l6 r3 Treplace all strings that match a specified regular expressuion                        根据正则表达式替换字符
$ N- k( N4 Y% bsplit by a regular expression match                                                              按正则表达式匹配分割成数组0 g; f" m8 s( C. P, x0 N  r
convert string to the regular expression                                                      字符串转换为正则表达式0 B! ^# O( r4 l# Q5 r! M
        8 o# A+ _0 s! c. f3 h
4.Random:随机         
" M5 M8 l  p2 I6 \: N, s" y: ]a random number within a specified range                                                  在指定范围内的一个随机数% G  t. W7 R" I
a random rational number within a specified range                                      在指定范围内随机有理数1 |: }6 _# W6 Z# P3 n" C
a random text                                                                                            获取随机文本
; Q5 v; o1 C7 m3 }# P: nShuffle                                                                                                        按分隔符打乱文本8 e% s6 A% H7 k1 O( ~2 v  {% a5 H
        % H7 Y' l/ F/ a+ g
5.Files and directories:文件和目录         
9 G* Q4 G" y6 K) ntake a line from the file                                                                                从文件中获取一行数据" U5 u6 X+ O- N7 [% ^+ o8 [3 _/ w* k
get block of text from the file                                                                      从文件根据分隔符获取文本块
/ W) i- m# n/ T1 _  ?append line(s) to a file                                                                                 附加行到一个文件, Z3 ~+ H7 F. C% K' A
the number of strings actually contained in the file                                      获取行数
. N+ J( _8 I& N! M8 W1 rdetermine whether the specified file exists                                                   确定是否存在指定的文件
" h2 E; w/ @5 I; kcopy the existing files to the new location                                                   现有的文件复制到新的位置6 g( C, n) [" \& V2 b: N
the number of files actually contained in the directory                                 获取目录中的文件数量! V$ u7 G: w1 a; E
the path to a random file in the directory                                                    目录中的一个随机文件的路径
! z/ r' X; @# Ndelete file(s) by mask in the directory                                                          删除目录中指定后缀的文件
6 J* m( Z3 g. L! ~8 e* ]delete the specified file                                                                                 删除指定的文件+ H; i1 X3 T, ^% [8 j8 p4 f& }
deletes the specified directory                                                                     删除指定的目录8 r* {2 |& o# x+ O& D
the full path to the zennoposter zennoposter                                              安装的路径
: C* j8 I9 G% b+ K3 r% L$ d        
' W5 C' ]8 j$ d5 e& W6.Javascropt and debug:javascropt和调试         2 {5 q8 G: Y* D0 h# J7 O  _
execute javascript                                                                                     执行JavaScript+ f% Y( _+ {6 z9 U. \
prepare text for the javascript                                                                   JavaScript的文本0 X8 `" Y" a- U
Alert         javascription                                                                              输出框& e( m9 N! ^  ]4 [
        
0 }& V0 c: u" X4 f" X( n7.Counters:计数器         
, v6 _* D# A3 b8 Minit counter with the value                                                                        初始化计数器值
, J, P% V- C) U* U: E) Hincrease counter value                                                                             增加计数器的值. ^% b" f; A4 I/ I( I
multiple counter value                                                                              多个计数器的值: b  u8 W1 v$ ?
get counter value                                                                                     获得计数器的值* p' i; D7 n) g, q* M9 \8 S! G
        
6 F! V/ A7 z, K  f8.Global storage:全局数        / j5 w1 t" d) g# _' U
set value to the specified key                                                                   设置指定的键的值% b7 e0 D6 ]  L/ w( a$ [
get value from the specified key                                                               获得从指定键的值
/ H% u3 l" A5 O9 U) ^set value to the global counter                                                                 设置全局计数器4 B- S, B+ g4 r0 D0 ?8 D
get value from the global counter                                                             获得全局计数器
. m+ i: S. o* b2 p; }; @increase the value of the global counter                                                    增加全局计数器- p/ r% z$ Q" q% [8 h
multiply the value of the global counter                                                     多个全局计数器
1 {. H) ^1 k& f" _, B& {4 n        
* }2 g: P+ b& ~: l9.Network:网络        " p! o' h! q' E9 a7 J/ o0 ^* _
download page                                                                                         下载页面,获取页面html
. n2 f3 g  ]+ B2 ~* A; `get proxy from the rule set                                                                       从规则集中获取代理" _, E% g6 ^- g9 o% l% i* a4 R. ^
        & F- p2 |: C0 T$ S
10.Work with template:模板结合        0 B: }3 b6 G# z. Y$ V7 c. q; g+ |
get field value from the executed branch                                                   从执行分支中获取值# z; A1 J: B: `  Z" ?3 r
Pause                                                                                                        暂停
7 a# K& `! e8 u  ~' L6 otemplate name                                                                                          模板名称+ h$ k/ j1 I" @  g+ A; j3 a. e7 x
folder of the current project                                                                      当前项目的文件夹
# L5 Z( H$ @" f' ?! a- Vproxy rules of the current project                                                             当前项目的代理规则; M* P! n8 S/ U  e4 @1 `, _0 k0 Y$ t
        
( o  A4 H) h8 \! x11.Time:时间         6 E3 i2 }3 R, f+ [8 a* F
current time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS) ]4 F  l/ [/ v, C" e% X
current time milliseconds                                                                            当前的时间毫秒3 z- {5 E- u( s/ K7 `' R, B+ f& j
current time seconds                                                                                 当前时间秒
5 C  R* N! ?7 hcurrent time minutes                                                                                 当前时间分钟) g2 i: b( }' Y7 C
current time hour                                                                                     当前时间小时; M: ]' I  K3 r8 O2 |
current time day of week                                                                          当前的一周中的星期几
9 R" a! m% X. ]current date                                                                                             当前日期5 I4 g5 [1 p: }* u
current month                                                                                          当前月份1 P! r8 A3 a& W. x& |; _% f9 A
current year                                                                                             当前年3 r. Z+ j" r3 u1 c8 |* p; e

评分

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

查看全部评分

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

使用道具 举报

 楼主| 发表于 2013-5-14 08:27:49 | 显示全部楼层
回复 支持 反对

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30
# r" o6 x1 p8 \* X6 z/ xZennoPoster是好东西,只是国内用的人太少,研究的人太少

# K, P% H0 o+ H$ S/ h3 U5 L. B呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了
- K, ], t+ Y% q  M" u, D. x
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有
% `/ P9 ~$ {' Q/ b3 ~
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-5-2 14:04

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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