boomhoos 发表于 2013-5-13 19:51:39

ZennoPoster中Macros命令英文解释

1.Strings processing:字符串处理
Substring                                                                                                      获取字符中的子串
Replace                                                                                                         字符串替换
Insert                                                                                                            插入
to uppercase                                                                                                 转大写
to lowercase                                                                                                转小写
Split                                                                                                            把字符串按分隔符号分割成数组
count of chunks after split                                                                           获取分割后的数组数
remove duplicates                                                                                       按分隔符号删除重复的字符串
Enter                                                                                                             回车
covert the char code to the char                                                                   将字符代码转为字符
spintax                                                                                                          按spin格式随机获取
translitiration of russian string                                                                     (如有人知其意,希望给予一起分享)
      
2.Personal data:个人资料      
first name                                                                                                   获取随机名字
last name                                                                                                      获取随机姓氏
Login                                                                                                            获取随机登录名
      
3.Regular expression:正则表达式         
parse with regular expression                                                                     根据正则表达式获取字符
replace all strings that match a specified regular expressuion                        根据正则表达式替换字符
split by a regular expression match                                                            按正则表达式匹配分割成数组
convert string to the regular expression                                                      字符串转换为正则表达式
      
4.Random:随机         
a random number within a specified range                                                在指定范围内的一个随机数
a random rational number within a specified range                                    在指定范围内随机有理数
a random text                                                                                          获取随机文本
Shuffle                                                                                                      按分隔符打乱文本
      
5.Files and directories:文件和目录         
take a line from the file                                                                              从文件中获取一行数据
get block of text from the file                                                                      从文件根据分隔符获取文本块
append line(s) to a file                                                                                 附加行到一个文件
the number of strings actually contained in the file                                    获取行数
determine whether the specified file exists                                                   确定是否存在指定的文件
copy the existing files to the new location                                                   现有的文件复制到新的位置
the number of files actually contained in the directory                                 获取目录中的文件数量
the path to a random file in the directory                                                    目录中的一个随机文件的路径
delete file(s) by mask in the directory                                                          删除目录中指定后缀的文件
delete the specified file                                                                                 删除指定的文件
deletes the specified directory                                                                     删除指定的目录
the full path to the zennoposter zennoposter                                              安装的路径
      
6.Javascropt and debug:javascropt和调试         
execute javascript                                                                                     执行JavaScript
prepare text for the javascript                                                                   JavaScript的文本
Alert         javascription                                                                              输出框
      
7.Counters:计数器         
init counter with the value                                                                        初始化计数器值
increase counter value                                                                           增加计数器的值
multiple counter value                                                                              多个计数器的值
get counter value                                                                                     获得计数器的值
      
8.Global storage:全局数      
set value to the specified key                                                                   设置指定的键的值
get value from the specified key                                                               获得从指定键的值
set value to the global counter                                                               设置全局计数器
get value from the global counter                                                             获得全局计数器
increase the value of the global counter                                                    增加全局计数器
multiply the value of the global counter                                                   多个全局计数器
      
9.Network:网络      
download page                                                                                       下载页面,获取页面html
get proxy from the rule set                                                                     从规则集中获取代理
      
10.Work with template:模板结合      
get field value from the executed branch                                                   从执行分支中获取值
Pause                                                                                                      暂停
template name                                                                                          模板名称
folder of the current project                                                                      当前项目的文件夹
proxy rules of the current project                                                             当前项目的代理规则
      
11.Time:时间         
current time: yyyy-mm-dd h-mm-ss--ms                                                当前时间:YYYY- MM - DD H - MM - SS - MS
current time milliseconds                                                                            当前的时间毫秒
current time seconds                                                                                 当前时间秒
current time minutes                                                                                 当前时间分钟
current time hour                                                                                     当前时间小时
current time day of week                                                                        当前的一周中的星期几
current date                                                                                             当前日期
current month                                                                                          当前月份
current year                                                                                             当前年

spite888 发表于 2013-5-13 21:20:25

是个插件吗 不是很明白

boomhoos 发表于 2013-5-14 08:27:49

spite888 发表于 2013-5-13 21:20 static/image/common/back.gif
是个插件吗 不是很明白

这是zp里面的macros

月光飞燕 发表于 2013-5-14 17:30:26

ZennoPoster是好东西,只是国内用的人太少,研究的人太少

boomhoos 发表于 2013-5-14 22:29:42

月光飞燕 发表于 2013-5-14 17:30 static/image/common/back.gif
ZennoPoster是好东西,只是国内用的人太少,研究的人太少

呵呵 一直在用破解版

asexy 发表于 2014-6-22 02:35:14

正在学习...........................见识到他的强大了

lanmao1 发表于 2014-6-22 05:56:44

ZennoPoster最新版不知道破解了没有
页: [1]
查看完整版本: ZennoPoster中Macros命令英文解释