启动新的 Meteor.js 项目。在 client.js 我把
var hi = "widget";
if (Meteor.isClient()){
...
}
在我的浏览器控制台中,我输入:
>> hi
ReferenceError: hi is not defined
>> this.hi
undefined
启动新的 Meteor.js 项目。在 client.js 我把
var hi = "widget";
if (Meteor.isClient()){
...
}
在我的浏览器控制台中,我输入:
>> hi
ReferenceError: hi is not defined
>> this.hi
undefined