search

Home  >  Q&A  >  body text

angular.js - 请教angularjs里html和js通信的问题

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

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

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

黄舟黄舟2744 days ago523

reply all(1)I'll reply

  • phpcn_u1582

    phpcn_u15822017-05-15 17:02:13

    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

    reply
    0
  • Cancelreply