Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load        Print("hello world")    End Sub我就是想向窗体上写几个字而已, 可是编译的时候怎么老是提示:Conversion from string "hello world" to type 'Integer' is not valid.请问这是怎么回事啊??