摘要: php: 1 class JoDES { 2 3 private static $_instance = NULL; 4 /** 5 * @return JoDES 6 */ 7 public static function share() { 8 ... 阅读全文
posted @ 2015-07-30 19:02 君子笑而不语 阅读(589) 评论(0) 推荐(0)