Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TAG POS=1 TYPE=TEXTAREA FORM=NAME:frmSendSms ATTR=ID:Message_ CONTENT=Ranndom text
如何在此输入随机文本iMacros Command。
iMacros Command
var macro; macro ="CODE:"; macro +="TAG POS=1 TYPE=TEXTAREA FORM=NAME:frmSendSms ATTR=ID:Message_ CONTENT={{random_text}}" var random_text="Some random text"; iimSet("random_text",random_text) iimPlay(macro)
这可以解决问题。