ZennoPoster中Macros命令英文解释

  [复制链接]
查看: 541   回复: 6
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理8 b+ p8 I, R7 R" E
Substring                                                                                                      获取字符中的子串; y1 M. H. O( l( P' C0 A1 a" \& N' m: d
Replace                                                                                                         字符串替换
0 s/ D+ T/ D# Z! M6 e7 x. x9 A  pInsert                                                                                                            插入
2 E) L7 i9 M8 v/ Yto uppercase                                                                                                 转大写
  k$ u2 v$ X. P1 L0 Vto lowercase                                                                                                  转小写
- U% p  V) l. M3 u# `Split                                                                                                              把字符串按分隔符号分割成数组
# W. s* ~; D" L" x1 |count of chunks after split                                                                             获取分割后的数组数, b; s' \5 [' k
remove duplicates                                                                                         按分隔符号删除重复的字符串+ Z5 }$ a/ d1 S: A- e" ~* i
Enter                                                                                                             回车- ~- S& E: M$ i) z
covert the char code to the char                                                                   将字符代码转为字符
& T1 L/ C- [; mspintax                                                                                                          按spin格式随机获取
- p2 I% z! V) ]# A! G- p( Ftranslitiration of russian string                                                                       (如有人知其意,希望给予一起分享)( j- a' l) }' }$ M$ r! x; B- L$ Q! f
        
) _# ?+ }) z- M% C2 i* k8 Q: ^! W2.Personal data:个人资料        
3 r1 \( ]: N5 _- K! T. X- ~( Kfirst name                                                                                                     获取随机名字
5 s" B+ a/ z+ W) v' _last name                                                                                                      获取随机姓氏9 V5 W7 R: E- C/ U
Login                                                                                                            获取随机登录名# m( R* U3 u  y9 G4 j% C
        ) Y4 X- l3 U- n5 [
3.Regular expression:正则表达式         0 X/ B" K0 k, |
parse with regular expression                                                                       根据正则表达式获取字符
0 V  H8 @3 ^7 X0 t6 ?$ Freplace all strings that match a specified regular expressuion                        根据正则表达式替换字符
- O7 i  N! l# ]$ H+ Hsplit by a regular expression match                                                              按正则表达式匹配分割成数组
7 m, @/ ~. S  I* W! ?8 ?3 ?( Y- D) dconvert string to the regular expression                                                      字符串转换为正则表达式0 T8 [! M7 f: G, M$ |
        0 [  j; k% G: L6 s$ C
4.Random:随机         
7 g. i) Z: y  la random number within a specified range                                                  在指定范围内的一个随机数
0 S2 r# a4 M; C% r6 l8 @a random rational number within a specified range                                      在指定范围内随机有理数
' Y& S, j+ q6 W5 b& o; L& d2 M0 Ya random text                                                                                            获取随机文本4 E- ]6 b9 \, u# [7 z
Shuffle                                                                                                        按分隔符打乱文本
4 x" s' v! r; u% h4 A3 I        / z$ f. V1 {! g% L' c/ [8 ?5 }
5.Files and directories:文件和目录         % x4 _) @0 M) g& X" K+ D$ E  h% L
take a line from the file                                                                                从文件中获取一行数据2 i. A$ z! S) I5 v1 F5 ?3 {3 A
get block of text from the file                                                                      从文件根据分隔符获取文本块& m* p. [/ l1 e' _' u
append line(s) to a file                                                                                 附加行到一个文件7 v/ m3 {6 i! U1 h; n: L# ^
the number of strings actually contained in the file                                      获取行数
7 W; J2 u! M4 h3 w8 _8 _2 R4 vdetermine whether the specified file exists                                                   确定是否存在指定的文件4 m9 N5 g1 d0 g
copy the existing files to the new location                                                   现有的文件复制到新的位置9 p1 y2 E" N2 `( Z
the number of files actually contained in the directory                                 获取目录中的文件数量3 J" ^! O0 y" n$ A" A* P2 P
the path to a random file in the directory                                                    目录中的一个随机文件的路径0 x' t- e5 t0 Y
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件
4 Z+ y# P5 [+ f! x* U& I1 {! ]% Qdelete the specified file                                                                                 删除指定的文件4 [& f: C' R3 g! z" F9 ~. L/ j
deletes the specified directory                                                                     删除指定的目录
( h8 D& u1 p( y! a' O9 b' Othe full path to the zennoposter zennoposter                                              安装的路径
  Z% {+ F) X$ s6 a& x; g! H* s# N        
7 I; `3 r* Q8 Z' F3 O6.Javascropt and debug:javascropt和调试         " w5 U( N- Z; R
execute javascript                                                                                     执行JavaScript; C, s. h& H. g2 v8 Y
prepare text for the javascript                                                                   JavaScript的文本
2 g! ?* N4 q( ^8 xAlert         javascription                                                                              输出框
" m4 s) D' h0 S) s        5 F3 A9 b5 {0 D" L! M  x* s9 P6 o4 i
7.Counters:计数器         ( H' b2 s) y# A0 P* D) h
init counter with the value                                                                        初始化计数器值
4 a7 W6 N* F! `  ^$ G8 O6 x) S# }increase counter value                                                                             增加计数器的值
7 P) ^4 a+ n, V: _* n7 cmultiple counter value                                                                              多个计数器的值! y; t4 x2 H5 p# J
get counter value                                                                                     获得计数器的值
; C- H  W, B  f& M" j5 M, b$ z3 s        ; r* J' X7 r* L5 ?+ b: R3 g
8.Global storage:全局数        * @+ ~  q/ |$ I& L
set value to the specified key                                                                   设置指定的键的值6 D  H. G" R5 D% f9 g- ]& V
get value from the specified key                                                               获得从指定键的值# W* ~* S5 `4 g  u( X
set value to the global counter                                                                 设置全局计数器
% w9 v2 V* V6 c) o: |: A3 Cget value from the global counter                                                             获得全局计数器
9 W& e' v# u1 ^  ^increase the value of the global counter                                                    增加全局计数器9 `! A) g1 N8 `* H. i( G" n
multiply the value of the global counter                                                     多个全局计数器5 q& O/ g. w! A. x1 b, w' J9 a
        ; v  {8 \6 a- M9 i* D
9.Network:网络        5 j* z# V# p; w8 U3 i; e2 ~
download page                                                                                         下载页面,获取页面html
2 Z# G4 j) `) Gget proxy from the rule set                                                                       从规则集中获取代理; i. h3 |  y* C; ]' m  x
        / {" `8 J0 c0 i# x
10.Work with template:模板结合        
/ a/ F, Y* r0 t' X8 ^' Qget field value from the executed branch                                                   从执行分支中获取值! L! z/ r) l0 b& d: Y
Pause                                                                                                        暂停
4 V! I& Q1 k% g4 u1 d' c$ N6 [template name                                                                                          模板名称
4 S( S. J4 d& P, y# mfolder of the current project                                                                      当前项目的文件夹
/ ~4 e7 h5 C5 [5 J) Aproxy rules of the current project                                                             当前项目的代理规则
. W4 f4 y; N9 {% C, }5 O- A        + d" A0 F6 M& j' X) \
11.Time:时间         
/ Y0 z2 a' ?4 w- pcurrent time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
( }8 [3 k- ]% D3 Q" T& v- ]& Ccurrent time milliseconds                                                                            当前的时间毫秒
% l/ k9 L( l6 i$ P; K! Dcurrent time seconds                                                                                 当前时间秒1 h# I8 L3 ?4 W
current time minutes                                                                                 当前时间分钟. Z  r* r! z/ j4 i" k
current time hour                                                                                     当前时间小时
1 h5 J3 z& y% {current time day of week                                                                          当前的一周中的星期几
, O0 B8 V$ O0 Y" zcurrent date                                                                                             当前日期
3 ]/ \' t1 s, ycurrent month                                                                                          当前月份
! b8 B) n3 X! G4 z0 ?, M, Ccurrent year                                                                                             当前年
3 `, F' }- r! z. x4 J. J

评分

参与人数 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命令英文解释
* s0 m9 @1 z4 H5 f5 p是个插件吗 不是很明白

, l+ T" ?0 I7 [3 X% X4 S* k* u这是zp里面的macros) n) k8 Z7 L& t  V( E
回复 支持 反对

使用道具 举报

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

使用道具 举报

 楼主| 发表于 2013-5-14 22:29:42 | 显示全部楼层
月光飞燕 发表于 2013-5-14 17:30 ZennoPoster中Macros命令英文解释- y$ ^! z) k2 e' W' W) R; ~
ZennoPoster是好东西,只是国内用的人太少,研究的人太少

, m# `# j, I# a& V0 r呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了
6 P4 @9 T7 [  H
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有
9 H; b/ L- C- @# @& H
回复 支持 反对

使用道具 举报

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

本版积分规则