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.
我有 php calss 称为class SpecialSCMembers extends SpecialPagePlugin此类以 HTMl 格式返回数据,当用户单击“会员目录”选项卡时,我希望此页面加载到“会员目录”选项卡下方。我的标签看起来像“帐户|个人资料|Sc会员|会员更新|会员目录”
class SpecialSCMembers extends SpecialPagePlugin
使用 Ajax 将 HTML 页面的内容加载到您的选项卡中。您可以从 php 类发送 HTML,然后在 Ajax 请求返回时使用 Javascript 将 DIV 的 innerHTML 设置为 html 代码。