问答详情
源自:4-6 Java条件语句之 switch

switch都对了还会报错为什么啊!

都对了还会报错为什么啊!

提问者:极道人鱼 2015-12-17 23:43

个回答

  • 改变丶
    2017-05-06 09:19:46

     <switch 

            android:layout_marginTop="10dp"  

            android:layout_below="@+id/switch_tv"  

            android:id="@+id/switch1"  

            android:typeface="normal"  

            android:textOff="开"  

            android:textOn="关"  

            android:switchMinWidth="40dp"  

            android:switchPadding="10dp"  

            android:layout_width="wrap_content"  

            android:layout_height="wrap_content"

            />

    为什么这样运行程序会停止运行??

  • 天启之魂
    2015-12-18 00:10:45

    代码贴出来 ,还有就是最好能在本地测试一下 imooc的在线编译器还是有不少bug和延时 都可能导致验证失败

  • enjava
    2015-12-17 23:57:25

    报错代码是什么,报的什么错,都要贴出来,才好帮你检查问题。