1
czw
2025-07-02 d63486f13c7bf7844180ca0b7277a3386cddbf9d
1
2
3
4
5
6
<Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480">
  <Canvas>
    <Label Width="86" Height="25" Canvas.Left="31" Canvas.Top="172" />
    <TextBlock Text="哈哈哈" />
  </Canvas>
</Window>