嗨,我正在研究一个简单的路由器破解程序,这部分无法编译(这是用于搜索路由器 ip,以便您找到它的服务提供商)(如果你得到它)
tell application "Safari"
activate
open location "http://www.techspot.com/guides/287-default-router-ip-addresses/"
keystroke "f" using {command down, shift down}
set search to text returned of (display dialog "router ip" default answer "" buttons {"cancel", "find it"} default button 2)
search
keystroke "enter" using {command down, shift down}