摘要: public function getintegration($userid) { $sql = "SELECT * FROM %t WHERE userid=%d"; //print_r(DB::format($sql, array($this->_table, $userid)));exit(); return DB::fetc... 阅读全文
posted @ 2018-05-23 18:17 亚特凯瑟琳 阅读(116) 评论(0) 推荐(0)
摘要: string json = res; Struct.Version.Root root = new Struct.Version.Root(); root = JsonConvert.DeserializeObject<Struct.Version.Root>(json); 阅读全文
posted @ 2018-05-23 12:34 亚特凯瑟琳 阅读(280) 评论(0) 推荐(0)