angular.js - 请教angularjs里html和js通信的问题
黄舟
黄舟 2017-05-15 17:00:13
0
1
520

请教一个问题,我在PC上的一个页面应用angular,有个问题单页,是 question/[qid],在angular的js里怎么方便的获取到这个qid呢?

问题的内容是php加载的,只有答案,评论等内容是从angular获取的,而且是一开始随着页面就加载的。
但是我通过$http获取答案和评论时,需要传过去qid参数,所以得想办法拿到qid的值。

我想了解下在angular中有对应的解决方案不。

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(1)
phpcn_u1582

Since your backend is PHP, it is the simplest way to directly load data and render HTML in the backend.

If you still want to get the URL, you can use

location.href

To get the current URL address
Get the last id through regular expression

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template