<?php
class helloeveryone{
public $message;
}
$zhenghui=new helloeveryone();
$zhenghui->message="大家好!";
each $zhenghui->message."\n";
?>
慕码人9296233
2014-10-28
1 回答
举报
0/150
提交
取消