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.
我正在尝试设置一个动态内容加载页面,但由于某种原因,以下代码:
$("#area").load('doc.php *');
不适用于没有任何周围标签的文件。例如,以下文件将显示在内容区域中:
<!--doc.php--> <p>Hello</p>
但这不会:
<!--doc.php--> Hello