I ve developed menu tabs in Tabs. jsp and included in my Main.jsp. 现在有可能使Tabas无法在jsp(即所包括的档案中排入)中。 如何这样做?
Let s say file test.php looks like this: <?php echo Hello world. ; ?> I want to do something like this: $test = include( test.php ); echo $test; // Hello world. Can anyone point me down ...