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.
AngularJS 的方法是什么?
$('#container').load('http://google.com');
注意:跨域/外部 URL。
您可以尝试 ng-include 指令:
http://docs.angularjs.org/api/ng.directive:ngInclude
但是,正如 Juhana 指出的那样,嵌入跨域内容是行不通的。(您可以尝试使用跨域资源共享,我不知道在这种情况下是否会有所帮助;无论如何您都需要控制另一台服务器)。