※ 引述《LivingGym (living)》之铭言:
: 目前我的script是
: :*:'rs::
: send, () wound healing with mild inflammation within normal limits
: return
: 但每次贴上后都要再手动输入一些文字到上面的()里
: 例如 (48) wound healing with mild inflammation within normal limits
: 请问有没有方法能做到像是输入'rs,48 可以输出上面那行
: 我只有想到MsgBox,但这样速度和手动加上差不多
: 谢谢
就如前面推文所说 类似这样的写法
:*:'rs::
inputbox, a
send, (%a%) wound healing with mild inflammation within normal limits
return