Blogger Information
浪子修罗记录有趣的事
Blog
12
fans
1
comment
0
visits
9678
integral:0
P beans:25.5
  • List of blog posts
  • PHP的变量

    php程序由哪几部分组成// 代码function sum(int $a, int $b) { // 返回结果给调用者 return "{$a} + {$b} = " . ($a + $b);}// 执行,将执行结果打印输出echo su...

    2020-07-13 16:56 Read 727 comment 0