任意指定的电邮用户名--自动逐一加点

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 任意指定的电邮用户名--自动逐一加点

任意指定的电邮用户名--自动逐一加点

Post by orican » 19 May 2017, 20:53

请教怎么用AHK做任意指定的电邮用户名--自动逐一加点,比如任意指定的 [email protected] [email protected] [email protected] 等等,自动逐一加点:

从第一个字母开始,逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]

[email protected]

第一个字母后固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]

[email protected]

第二个字母后固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]
[email protected]

[email protected]

第三个字母后固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]

[email protected]

以此类推;

第一和第二个字母后各固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]
[email protected]

[email protected]

第二和第三个字母后各固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]

[email protected]

第三和第四个字母后各固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]

[email protected]

以此类推;

第一第二和第三个字母后各固定一点,其后逐个字母后自动加点一直到倒数第二个字母:
[email protected]
[email protected]
[email protected]

[email protected]


以此类推,一直到所以能加点的(不重复的)全部加完为止。。。
对其他任意指定的电邮用户名也自动逐一加点一直到无法再加点为止

Top