• 目录列表

    填空,在页面中输出“我爱PHP中文网”。

    <?php function test($str){ return "我爱".; } test(""); ?>

    1/1

    PHP中文网