尝试 pull include_once 根据数据从模板页面列表中提取。
$("#dialog").dialog({
resizable: true,
open: include_once 'application/views/templates/item_changed_modal.php',
width: 'auto',
这就是我实现它的方式。最终将根据要显示的数据动态更改“item_changed_modal”。现在只是在测试页面中进行硬编码。
可以以这种方式使用 include_once 吗?