php自定义函数学习笔记实现99乘法表

作者:袖梨 2022-06-24

 
<?php
function writeMyName()
  {
  echo "David Yang";
  }
 
writeMyName();
?>
 

相关文章

精彩推荐