<?php include "base/dbnotes.php"; saveNotes("test", $notes);
exit; } switch ($n) { //note 委托 case 'commission': ajax_commission(); break; //note 秋波 //note 秋波 case 'leer': ajax_leer(); break; //保存小记 //保存小记 case 'saveNotes': saveNotes(); break; //note 鲜花 //note 鲜花 case 'rose': ajax_rose(); break; //note 意中人 //note 意中人 case 'friend': ajax_friend(); break; //note 匹配搜索 //note 匹配搜索 case 'match': ajax_match();