Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想根据数据库的搜索结果向页面添加一些 ifamres。我还计划将那些 I 框架放在 Jquery-UI 手风琴菜单中。这样做的最佳方法是什么。我使用 PHP 来动态创建 ifamres。
function searchResult(url){ $("<iframe>").attr("src", url).appendTo("div#result"); } searchResult("//www.example.com");