0
class HelloApp
attr_accessor :label, :text_field, :button
def clickedButton(sender)
# implementation
your_name = self.text_field.stringValue
self.label.stringValue = "Hello, #{your_name}"
end
end
上面的代碼是HelloApp.rb 問題是,當我輸入一些東西到文本框,然後按一下按鈕,標籤只是說「你好」,而不是「你好,namegoeshere 「 我正在使用MacRuby .4。的MacRuby Xcode的標籤不工作