我在 Ubuntu 上安装了 Shoes,但它不能正常工作。例子:
它不起作用
Shoes.app :width => 200 :height => 300 do
button("Hello"){
alert("DaBuDi")
}
end
它在“鞋子”窗口中写入“语法错误”...
Shoes.app do
button("Hello"){
alert("DaBuDi")
}
end
它有效。
我已经按照https://github.com/shoes/shoes/wiki/Building-Shoes-on-Linux上的说明安装了 Shoes