paperenXgmail.com [X=@]
<?php
class Paperen extends Chinese
{
function From() {
return '广东新会';
}
function Skills() {
return 'PHP,JQuery,CSS';
}
function Hobby() {
return '足球,吉他,音乐,WEB前端设计';
}
function Graduation() {
return '新会一中,青岛理工';
}
function Tags() {
return '80后,宅';
}
}
$paperen = new Paperen();
$paperen->sayHello();
?>
最近评论