我是网络编程新手。现在我正在使用 ionic 开发一个应用程序,其中主要专注于使用 angularjs。我只是想问一些愚蠢的问题。
我的应用程序的情况是有链接到不同 url (.html) 的 img 链接列表,其中页面中只包含单词(这些页面是另一个网站,我无法更改任何内容)。我只想先导航到一个新页面并显示这些内容并从 url(.html) 做一些 css 样式。只能在不使用 ajax 而使用 angularjs 的情况下这样做吗?有没有这样做的演示?
****编辑版**** 我的想法和本教程一模一样(包括源代码):http://css.dzone.com/articles/tutorial-how-create-responsive?page=0, 2
还有现场演示:http ://www.script-tutorials.com/demos/359/index.html#!/
但这里的源代码只是指相对路径 url,如<a class="xxx" href="#!/project/product1" style="background-color:#87b822"/a>
.
我可以参考其他网站 href="http://justinjackson.ca/words.html
,并在我的页面中为这些内容添加一些 css 样式吗?