标签: php jsp
我可以在JSP中执行类似下面代码的操作吗?
ob_start(); include 'app/views/sections/header.php'; $header = ob_get_clean();
然后我需要在另一个JSP下打印页面吗?