示例#1
0
文件: Card.php 项目: ewosp/icedeck
 public function DelKeyword($keyword)
 {
     Keywords::Del('C', $this->id, $keyword);
 }