Vant Weapp – 轻量、可靠的小程序 UI 组件库
van-radio name 是一个字符串,无法传对象的处理
以及 mpx 多层嵌套 for 循环处理
服务器托管网
{{ questionIndex + 1 }}:{{ question.question }} ({{ question.type }}类问题)
{{ item.text }}
// name 给传一个类似对象的字符串
onChange(event, index, type) {
// vant-radio 中的 name 是字符串,传不了对象,这么处理事因为有的答案不同但是得分相同
const selectData = event.detail // "score:1,text:蓝"
this.answerList[index].answerItem = selectData
let score = selectData.split(",")[0].split(":")[1]; // 把 "score:1,text:蓝" 中的 score 取出来
this.answerList[index].score = parseInt(score)
this.answerList[index].type = type
},
服务器托管,北京服务服务器托管网器托管,服务器租用 http://www.fwqtg.net
bool searchMatrix(int** matrix, int matrix服务器托管网Size, int* matrixColSize, int target){ int x=*matrixColSize -1; int y=0; if(matrix…