Public ReadOnly Property Ok_loops() As Integer Get Return _ok_loops End Get End Property
ÉÏÃæVBµÄPublic ReadOnly Property Ok_loops() As Integer Ó¦¸ÃÔõôÁ˽âÄØ ÈçºÎ·Òëµ½C#µÄ»·¾³ÖÐÈ¥°¡Ã²Ëƶ¨ÒåÒ»¸öÊôÐÔ private int _ok_loops; public ReadOnly Ok_loops() { get{reurn _ok_loops;} } Private int _ok_loops ; public int Ok_loops { get { return _ok_loops ;} }
ÎÒÏë°ÑwordÁí´æÎªxmlÖ®ºó£¬ÓÃvb¶ÁÈ¡Õâ¸öxmlµÄÄÚÈÝ£¬ÇëÎÊÈçºÎʵÏÖ£¿ dim f as integer dim b() as byte dim s as string dim L as long f=freefile() open "abc.xml" for binary access read as #f ......