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.
我正在尝试通过使用 Ajax 调用从操作中获取 actionMessage。我能够通过 AJAX 调用获取结果列表,但不确定如何获取操作消息。
请给我一些想法。
我能够解决我的问题。将成功操作消息分配给字符串变量(为其添加了 getter)后,我可以在 firebug 中看到该消息!!!