*通过替换红色部分字体,可以换成显示/隐藏其他APP
tell application "System Events" to tell process "QQ"
if visible is true then
set visible to false
else
tell application "QQ" to activate
end if
end tell