试验 PHP

heureux

闲逛
管理成员
VIP
注册
2004-07-18
消息
46,130
荣誉分数
20,133
声望点数
1,393
PHP:
$s='hello'; echo $s.' world';
 
PHP:
$s="h";
echo $s."ello";
 
HTML:
<head>
</head>
<body>
<h1>新版好不好?</h1>
</body>
 
后退
顶部