MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=30429&type=2') .then(function (res) { var follows2 = MIP.getData('follows') if(follows2==1){ MIP.setData({ follows:2, title:'收藏' }) } if(follows2==2){ console.log(2) MIP.setData({ follows:1, title:'已收藏' }) } }) .catch(function (err) { console.log('数据请求失败!') }) })

swtich 是否能作用在 byte 上,是否能作用在 long 上,是否能作用在 String 上?

查看答案
正确答案:

答:switch (expr1 )中, expr1 是一个整数表达式。因此传递给 switch 和 case 语句的参数应该是 int 、 short 、 char 或者 byte 。long,string 都不能作用于 swtich

答案解析:

暂无解析

上一题
你可能感兴趣的试题

植物的枝接主要在秋天进行,因为此时树体组织充实

对于具绒毛状附着的物的种子,播种时可进行拌土处理

湿藏时的温度必须保存在()℃的条件下

A、-5-0
B、0-10
C、10-15
D、15-20

在进行根外追肥时,一般化肥采用的浓度为()%

A、02-05
B、05-07
C、07-10
D、1

喷洒农药时,一般顺风而喷较为合理

热门试题 更多>
相关题库更多>
公共基础
Python语言程序设计
MS Office高级应用
Web程序设计
MySQL数据库程序设计