/**
* @const
* @type {!storeLocator.FeatureSet}
* @type {!storeLocator.FeatureSet}
* @private
*/
MedicareDataSource.prototype.FEATURES_ = new storeLocator.FeatureSet(
new storeLocator.Feature('Wheelchair-YES', 'Shoe1'),
new storeLocator.Feature('Audio-YES', 'Shoe2')
);
/**
* @return {!storeLocator.FeatureSet}
*/
MedicareDataSource.prototype.getFeatures = function() {
return this.FEATURES_;
};
每次我去添加一行代码后Audio-YES
输出消失在我的程序中?怎么了?