function test($str = '', $type = 'type') { echo $str . $type . '<br />'; } test();//打印了 type test('str');//打印了strtype test('string', 'other');//打印了stringother
21,893
社区成员
140,347
社区内容
加载中
试试用AI创作助手写篇文章吧