我将插件嵌入到 aspx 页面和基于某些条件的 java 脚本中,我需要重新加载对象标签。
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
<script src="<%=ConfigurationManager.AppSettings["assets"]%>js/Util.js"
<object name="MyPlugin" id="Myplugin" width="0" height="0" type="application/x-Myplugin">
</object>
编辑: 我想做这样的事情Reloading a loaded plugin。
请帮我重新加载java脚本中的插件。