<view wx:if="{{typeof msg === ‘string’}}">{{ msg }}</view>
编译错误,一元操作符不可用 typeof
你好{{}}内暂不支持typeof运算符。
可以在wxs里面使用