摘要:
1.JSON.stringify()是把javascript对象转换成json字符串,JSON.parse()是把字符串转换成对象,toString可以把数组变成字符串 toString()方法主要见:https://www.w3school.com.cn/jsref/jsref_tostring_ 阅读全文
摘要:
首先运行命令npm install vue-seamless-scroll --savetemplate: <div class="publicNotification" @click="toDetail($event)"> <vue-seamless-scroll :class-option="p 阅读全文