0

I've read about how to implement Undo in web applications. There are several drawbacks to this light-weight approach on the client-side.

Does anyone know how Google implements "Undo" in their apps, e.g. GMail? Is it a client-side implementation like Aza Raskin's solution? Is it some kind of "Delete" record in a DB that gets removed again? Or something entirely different?

4

2 回答 2

1

下面的博客解释了它是如何使用 python 完成的。感谢 Alexandre Bourget 提出的建议

http://blog.abourget.net/2010/2/20/gmail-undo-cancel-feature-introducing-python-webundo/

于 2013-03-18T12:18:28.583 回答
1

他们可能会将电子邮件的实际发送延迟一段时间,您有机会取消它。

于 2013-03-08T17:03:23.970 回答