首页
浏览接口
常用工具
定制服务
会员中心
PHP代码格式化
<?php for($i = 0; $i < 10; $i++) { if($i%2==0) echo "Welcome apisrv.cn"; } $a = 10; $otherVar = 20; $third = 30; class A { function a(){ return 10; } }