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.
我经常在浏览器控制台中看到这个:
RETTT
我在谷歌搜索中找不到任何相关的东西,唯一暗示这可能意味着什么来自:
if (JsUtils.isDefaultPrevented(event))
在com.google.gwt.query.client.plugins.events.EventsListener.onBrowserEvent(Event event)
com.google.gwt.query.client.plugins.events.EventsListener.onBrowserEvent(Event event)
为什么会在里面?这是什么意思?知道它代表什么吗?
我正在使用GWT 2.7和gwtquery 1.4.3。
GWT 2.7
gwtquery 1.4.3
我想这是在调试中使用的一些无意义的日志记录,只是为了知道该if语句已执行。它在合并到版本 1.4.4的这次提交中被删除。
if