hasil syntax Label3Text = Label1Text Label2Text
The syntax you provided is incorrect. In order to assign the value of Label1.Text to Label3.Text and Label2.Text, you need to use the following syntax:
Label3.Text = Label1.Text; Label2.Text = Label1.Text;
原文地址: http://www.cveoy.top/t/topic/iQts 著作权归作者所有。请勿转载和采集!