コード例 #1
0
ファイル: query.php プロジェクト: AJLoveChina/meAjax
 public function ajax()
 {
     $w = new Word();
     $w->get(1, 1000);
 }