从filter
开始,我尝试ghci> filter (<= 7) [1..]
[1,2,3,4,5,6,7Interrupted.
小于或等于7的数字:
<Image Source="yourPic.png" Stretch="UniformToFill"
Width="{Binding RelativeSource={RelativeSource Self}, Path=Source.PixelWidth}"
Height="{Binding RelativeSource={RelativeSource Self}, Path=Source.PixelHeight}" />
但是我不得不取消它(参见中断)因为程序似乎没有终止(至少这是我理解的意思)。
为什么程序会在此代码中挂起?