我正在使用 GWT celltable column headers 的工具提示。
问题是我只能看到我的工具提示的第一个作品,而不是空格后的第二个单词,例如,如果在工具提示中我写了“hello world”
它显示为“你好”
空格后的单词没有出现..
这就是我正在使用的代码
cellTable.addColumn(myColumn, SafeHtmlUtils.fromSafeConstant("<span title="+"heloo world"+">"+Constants.XVD+"</span>"));
所以在这种情况下,工具提示说“heloo”而不是“hello world”
正如你在附图中看到的