微信小程序SwitchRightTab不响应

微信小程序SwitchRightTab不响应,第1张

程序的内容还没有展开,或者是在手机内容上面还没有体现出来。

可以多次尝试进入刷新,这样子也可以帮助快速的进入这个程序里面。

有的时候是系统程序的问题,所以会导致出现这样的内容,多次刷新是不会影响使用的。

#include <stdio.h>

void main()

{

int age

printf("please input the child age:")

scanf("%d",&age)

switch(age)

{

case 2:

case 3: printf("%d,enter the Lower class.\n",age)break

case 4: printf("%d,enter the Middle class.\n",age)break

case 5:

case 6: printf("%d,enter the Higher class.\n",age)break

default : printf(" you chlid shuld goto more Higher class.\n")break

}

}


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/7987680.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-12
下一篇 2023-04-12

发表评论

登录后才能评论

评论列表(0条)

保存