为了方便,以例题为辅
    <?php
    $a = $_GET['a'];
    $b = $_GET['b'];
    echo new $a($b);
    ?>