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.
好的,基本上我想显示我的 MySQL 数据库中的 iframe(电影 iframe)但我想在按钮单击时显示 iframe(通过 AJAX?)
当我在数据库中为电影创建 iframe 并使用 Razor2 (WebMatrix) 调用某个 iframe 时,我得到的 iframe 源代码不是实际的(JwPlayer/Flash/Movie Player)常规 html 文档中的 iframe。
@Html.Raw(<your source from the database>)
Use the Raw method to render the iframe source code to valid HTML.