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.
有谁知道可以自动关闭无标题标签的applescript。我正在开发一个名为 router fire 的 mac 路由器破解程序。
Try:
tell application "Safari" to close (tabs of window 1 whose name = "Untitled")