答案 0 :(得分:0)
根据文档,https://demos.telerik.com/kendo-ui/grid/pdf-export为支持unicode,您需要使用自定义字体。您在线共享的代码未加载。
答案 1 :(得分:0)
mqttFunction(){
var mqtt = require('mqtt');
var client = mqtt.connect([{host: 'localhost', port: '1883'},]);
client.subscribe('presence')
client.on('message', function (topic, message) {
console.log(message);
});
}
希望这会有所帮助。