试试这个:
App.contracts.KhananiTokenSale.deployed().then(function(instance){ khananiTokenSaleInstance = instance; return instance.tokenPrice.call(); }).then(function(tokenPrice){ console.log("tokenPrice", tokenPrice); })
这是一个简单的规则:
instance.functionName()
instance.getterFunctionOrVariableName.call();