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.
试图弄清楚如何最好地在“母亲”页面上显示一堆信息。
当我进入第一页时,该页面是根据特定“id”的 GET 方法填充的。在此页面上,我希望有一个区域,用户可以在其中单击链接或按钮或其他将在单个位置显示小节的区域。这些页面需要根据页面上的数据显示适当的信息。
最好的方法是创建一个 iframe 吗?
我不清楚如何最好地让这些信息适当地改变(我对这个过程还是很陌生)。
我会继续在“子”页面上使用 GET 方法吗?我是否还需要在某处使用 POST 方法?
任何指导都会很棒。
更好的方法是使用 ajax 填充该 div。