EEfaq论坛-赚客自留地

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

ZennoPoster中Macros命令英文解释

  [复制链接]
发表于 2013-5-13 19:51:39 | 显示全部楼层 |阅读模式
1.Strings processing:字符串处理" l! J+ z" j3 M! {2 r
Substring                                                                                                      获取字符中的子串$ H9 r3 y- `8 S
Replace                                                                                                         字符串替换
" t, j+ J/ ^# X5 YInsert                                                                                                            插入
& {) c9 r. }; v4 ^8 f! E8 ~; d8 xto uppercase                                                                                                 转大写
) e5 E4 A- P" c: Sto lowercase                                                                                                  转小写* o$ {0 N: W2 T2 Z2 s4 ?3 q7 l/ ^
Split                                                                                                              把字符串按分隔符号分割成数组/ K) u! I; p" F9 m* P9 x, W
count of chunks after split                                                                             获取分割后的数组数9 A! t+ F1 U7 W* l+ }: k# W
remove duplicates                                                                                         按分隔符号删除重复的字符串
2 S. w0 A6 y" I- @# yEnter                                                                                                             回车  y& P  P/ C4 z9 s) l7 u; }! c2 O/ Q+ W
covert the char code to the char                                                                   将字符代码转为字符
! \7 v! K' t# j# w/ a% b' W3 Gspintax                                                                                                          按spin格式随机获取
/ |+ E+ n/ t3 ~' etranslitiration of russian string                                                                       (如有人知其意,希望给予一起分享)6 O1 Z9 X+ @4 A+ `
        2 Z. ?, l7 ~# u2 f
2.Personal data:个人资料        - J+ ]- O% Y" E% y( g1 N. R
first name                                                                                                     获取随机名字
% _( Y3 {! U7 H! ~last name                                                                                                      获取随机姓氏
- [; F6 H' R  P( I$ q$ ~Login                                                                                                            获取随机登录名" l" t9 L: y0 j6 d' s0 N
        
. ~) `' i1 q0 V& ]6 R3.Regular expression:正则表达式         
0 C2 l, O# r2 o, \parse with regular expression                                                                       根据正则表达式获取字符
1 x6 [0 h- r9 H7 {/ g* G: a9 Freplace all strings that match a specified regular expressuion                        根据正则表达式替换字符
- G* Z( w" ]5 y: H& m  `split by a regular expression match                                                              按正则表达式匹配分割成数组2 g, [, g$ Z' V4 `( V
convert string to the regular expression                                                      字符串转换为正则表达式( W2 u) I, `: n. Q- c7 q$ L
        
2 w" C: Q8 S1 K; l( E4.Random:随机         5 w6 V+ i) b6 f/ ?$ |9 Y; D  U; _( Y
a random number within a specified range                                                  在指定范围内的一个随机数
4 S, m7 R* Y. _) sa random rational number within a specified range                                      在指定范围内随机有理数  d$ X8 C' ]  }% Q6 |
a random text                                                                                            获取随机文本
# P  e; X: J) T3 b' d/ sShuffle                                                                                                        按分隔符打乱文本
9 a  V1 G4 \  x1 k) a- C' e% u        4 J  s6 ]  H* G4 X. K
5.Files and directories:文件和目录         ; h$ U( ^( @) Q. Z) b' G9 d% j
take a line from the file                                                                                从文件中获取一行数据
/ Z) Q/ ^0 L) N. _get block of text from the file                                                                      从文件根据分隔符获取文本块! |: ]% l7 H* V" F
append line(s) to a file                                                                                 附加行到一个文件
+ u% [. M5 E2 _+ \0 b( kthe number of strings actually contained in the file                                      获取行数9 o/ X8 T3 _5 K) W; C& o
determine whether the specified file exists                                                   确定是否存在指定的文件
5 i. o1 a: q) _0 x' R+ [copy the existing files to the new location                                                   现有的文件复制到新的位置6 l* |. r: {, n. ^' j" A1 u/ E+ {
the number of files actually contained in the directory                                 获取目录中的文件数量( I3 k* r2 v. X3 M0 f
the path to a random file in the directory                                                    目录中的一个随机文件的路径
! D9 X  N: ~2 e8 n- V5 _& Idelete file(s) by mask in the directory                                                          删除目录中指定后缀的文件9 e) l( `3 H5 h6 l2 X; P+ l
delete the specified file                                                                                 删除指定的文件% H+ ~# Y3 d" M7 E
deletes the specified directory                                                                     删除指定的目录1 c0 b- M; a# g# v6 S
the full path to the zennoposter zennoposter                                              安装的路径" p" j5 p' Y: b. S: X& ?+ N
        & C5 C5 z( F' t
6.Javascropt and debug:javascropt和调试         : p$ D: Q- R% }' E  h: ?/ O5 j3 u
execute javascript                                                                                     执行JavaScript( g% m4 \% v8 Q; B# J" c, E
prepare text for the javascript                                                                   JavaScript的文本
( w) d: w$ i& R2 ?: w; f( qAlert         javascription                                                                              输出框
$ H0 j2 v$ S6 H* o* b: e% U1 R        
8 g  `: V! k" {# ]* }7.Counters:计数器         / D, d) c  W! C% r; W6 @/ G
init counter with the value                                                                        初始化计数器值
0 ~6 i! v, ~) Kincrease counter value                                                                             增加计数器的值
, ~! z% w. p$ u4 f$ vmultiple counter value                                                                              多个计数器的值; z+ _) s! p  e9 q
get counter value                                                                                     获得计数器的值' g. N8 T; y; ~" F/ v
        6 ^  [- G  x) B4 b
8.Global storage:全局数        6 v" v, B+ \8 a" `, i
set value to the specified key                                                                   设置指定的键的值
1 N7 G# ?/ X+ Q: |+ X& x3 Y* p' eget value from the specified key                                                               获得从指定键的值
# G4 Z' P# q& W( [: {# ~- `set value to the global counter                                                                 设置全局计数器
* l  Q* Z' X1 ^2 H9 Q5 Iget value from the global counter                                                             获得全局计数器
4 Y) s; K* [% j, Q$ tincrease the value of the global counter                                                    增加全局计数器) l$ [0 s9 ]2 D- U$ `6 m" G  s
multiply the value of the global counter                                                     多个全局计数器) ~" d# v- s: V
        # C  f$ ~0 h8 y+ h* Z+ `; H
9.Network:网络        - R, z0 z7 q/ O" Y9 q; ]* j$ f
download page                                                                                         下载页面,获取页面html2 O6 ~: ~8 \+ u. X# E
get proxy from the rule set                                                                       从规则集中获取代理
8 _; A. [% n5 ?' [        - z% j; a9 Y. a- I8 ^; e3 ^
10.Work with template:模板结合        
1 g+ \" i6 x2 m5 c+ C7 Tget field value from the executed branch                                                   从执行分支中获取值
9 T: Z) Y2 R! s8 s4 {Pause                                                                                                        暂停( Y6 B8 |( q6 J; {
template name                                                                                          模板名称
7 Y- Q* e4 F6 e0 r4 \; ]! Hfolder of the current project                                                                      当前项目的文件夹5 q# ^" g: A3 I1 \% a" Q1 q- c) S
proxy rules of the current project                                                             当前项目的代理规则. E' Y6 B) u8 m  g6 q
        
0 B- i' s2 X) @" B11.Time:时间         
0 C9 F, S9 z" o) gcurrent time: yyyy-mm-dd h-mm-ss--ms                                                  当前时间:YYYY- MM - DD H - MM - SS - MS
' f  b: }' k8 }, V* `current time milliseconds                                                                            当前的时间毫秒
& a3 c! s$ r6 X8 Rcurrent time seconds                                                                                 当前时间秒* i/ X5 G' V4 R% T
current time minutes                                                                                 当前时间分钟
9 m3 V% R" M! m; f5 a/ }current time hour                                                                                     当前时间小时+ p- f7 ^1 O: t, }; y; L
current time day of week                                                                          当前的一周中的星期几
$ N0 a4 @. I" I1 qcurrent date                                                                                             当前日期* L( ?3 U& S% |8 P% d
current month                                                                                          当前月份
# k1 a) ]% m8 Qcurrent year                                                                                             当前年0 F, L# g* e) E5 X, ~( U

评分

参与人数 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
! c# `  q/ A( Y9 }ZennoPoster是好东西,只是国内用的人太少,研究的人太少
: p& J7 w9 z" B! g6 t9 H0 Y& @0 {# G/ X
呵呵 一直在用破解版
回复 支持 反对

使用道具 举报

发表于 2014-6-22 02:35:14 | 显示全部楼层
正在学习...........................见识到他的强大了; w. X3 C& K8 y3 W2 \0 `& i
回复 支持 反对

使用道具 举报

发表于 2014-6-22 05:56:44 | 显示全部楼层
ZennoPoster最新版不知道破解了没有( A1 n: B0 G2 R0 g0 v
回复 支持 反对

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-21 19:36

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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