Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
nizongfeng
/
ZZCS
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Versions
0
Wiki
Activité
2
Révisions
1
Branche
14 MiB
PHP
69.1%
JavaScript
14.8%
HTML
11.5%
CSS
4.6%
Branche:
master
ZZCS
/
coding
/
st-xm
/
Api
/
helloworld.php
11 lignes
95 B
Brut
Lien permanent
Annotations
Historique
<!DOCTYPE html>
<html>
<body>
<?php
echo "我的第一段 PHP 脚本!";
?>
</body>
</html>