在自定义写的语句如下
function(){
var points = this.category;
if (point == 'I') {
return "国内" ;
}else if(point == 'O'){
return "欧洲" ;
}else{
return "亚太" ;
}
// 这是报什么错?
多了一个} ?