单个分类 $node->taxonomy = array('',$vid,$tid); array(nid(保存后返回),vid,tid)
多个分类 $node->taxonomy['tags'][$vid] = 'Term1,Term2,Term3';