MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=164416&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('数据请求失败!') }) })

structstudent

{

第3页

intno;

charname[12];

floatscore[3];

}s1,*p=&s1;

用指针法给s1的成员no赋值1234的语句是____________。

查看答案
正确答案:

p->no=1234 ;或者 (*p).no=1234;

答案解析:

暂无解析

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

执行下列程序()

1

后输出的结果是()

A、3
B、35
C、14
D、75

设inta[][4]={1,2,3,4,5,6,7,8,9};则数组a的第一维的大小是()

A、2
B、3
C、4
D、无确定值

将一个整数10002存到磁盘上,以ASCII码形式存储和以二进制形式存储,占用的字节数分别是()

A、2和2
B、2和5
C、5和2
D、5和5

设charstring[]="This_is_a_book!";则数组的长度应是____________。

输入一字符串(换行为结束标志)统计其中数字(0,1,2,…,9不单独统计)、空白和其它字符出现的次数。

1

热门试题 更多>
相关题库更多>
信息资源管理
数据库及其应用
数据结构导论
企业管理概论
计算机原理
管理信息系统
管理经济学
高级语言程序设计一
电子商务与电子政务