比如实现:将原来的字段,拼接一个字符串后再更新
update({
data:{
title: $title+“字符串”
}
})
SymanticError: $title is not defined
报错了
这个$需要事先定义吗?
不明白