Commit 503de5bb 刘韬

1

1 个父辈 df3f44b4
...@@ -80,7 +80,7 @@ namespace TheMachine ...@@ -80,7 +80,7 @@ namespace TheMachine
return; return;
} }
var t = HumitureController.LastData; var t = HumitureController.LastData;
lbl_hmdstate.Text += $"{crc.GetString(L.temperature, "温度")}:{t.Temperate}℃, {crc.GetString(L.humidity, "湿度")}:{t.Humidity}%"; lbl_hmdstate.Text += crc.GetString(L.temperature, "温度") + ":" + t.Temperate + "℃, " + crc.GetString(L.humidity, "湿度") + ":" + t.Humidity + "%";
} }
} }
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!