问题描述
所以我尝试使用 override func tableView(_ tableView: UITableView,didSelectRowAt indexPath: IndexPath) {
switch indexPath.row {
case 5:
openEmailApp(email: "[email protected]")
default:
break
}
}
func openEmailApp(email: String) {
if let url = URL(string: "mailto: \(email)") {
UIApplication.shared.open(url)
方法打开新窗口。我希望新打开的窗口在原始窗口值发生变化时做出响应(如实时更新)。关于如何使用 Vue 实现这一点的任何建议?
到目前为止我尝试过的事情:
window.open()
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)