摘要: $test = 'key';$this->$test = 1;echo $this->key;// OUTPUT 1 阅读全文
posted @ 2012-05-10 18:51 noevil 阅读(141) 评论(0) 推荐(0) 编辑