当前位置: 首页 > Web前端 > vue.js

03-VUE中的插值(Interpolation)语法_0

时间:2023-04-01 11:24:06 vue.js

用户名:{{username}}

性别:{{gender==1?"Male":"Female"}}

小计:¥{{(price*count).toFixed(2)}}

下单时间:{{newDate(orderTime).toLocaleString()}}

今天星期几{{week[newDate().getDay()]}}