您是第6位訪客
資料表counter
CREATE TABLE `counter` ( `num` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- 資料表的匯出資料 `counter` -- INSERT INTO `counter` (`num`) VALUES (0);
程式