AndroidStudio日常筆記

AndroidStudio 3.1.4 1.窗口組件的賦值方法(假設組件ID爲liebiao) 1 TextView tv = (TextView)findViewById(R.id.liebiao); 2 tv.setText(textport); 2.for循環 1 for (int i = 0 ; i < 100 ; i++) { 2 3 } 4 f
相關文章
相關標籤/搜索