0
我現在需要做這樣的事情如何使用正則表達式來捕獲angularjs模擬中的url?
$httpBackend.whenGET('http://url:port/whatever').passThrough();
爲止,我所使用的要求是這種模式
$httpBackend.whenGET('myroute/whatever.html').passThrough();
不過,我想我必須使用現在正則表達式的開始/正則表達式/但我不知道如何趕上網址
任何幫助將非常感激,謝謝提前