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

以下不是HTTP协议的特点的是______。

A、持久连接
B、请求/响应模式
C、只能传输文本数据
D、简单、高效
查看答案
正确答案:

C

答案解析:

暂无解析

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

在Servlet中,response.getWriter()返回的是()

A、JspWriter对象
B、PrintWriter对象
C、Out对象
D、ResponseWriter对象

在html中绘制表格时,()标记是表格中的换行标记。

A、
B、
C、
D、

以下选项中,全部都是表格标记的是______。

A、<table><head><tfoot>
B、<table><tr><td>
C、</tr></table>
D、<thead><body><tr>

以下不属于HTTP请求方法的是______。

A、GET
B、SET
C、PUT
D、POST

使用SQL语句操作符LIKE进行模式般配,使用”%”代替一个或多个字符,用一个下划线”_”代替一个字符。

热门试题 更多>