码迷,mamicode.com
首页 > 其他好文 > 详细

Vue知识随记

时间:2018-03-05 15:33:37      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:hello   字符串反转   log   str   ring   post   字符串   string   col   

数据绑定内支持JavaScript表达式:string字符串反转用.隔开

js:

   msg:‘Hello ‘

html:

  {{ msg.split(‘‘).reverse().join(‘.‘) }}

Vue知识随记

标签:hello   字符串反转   log   str   ring   post   字符串   string   col   

原文地址:https://www.cnblogs.com/zhuzy/p/8508778.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!