getAbsoluteUri

给定相对URI和基URI,返回相对URI的绝对URI。
Parameters:
relative (String) 相对URI。
base (String) 基URI。
Example
//absolute Uri will be "https://test.com/awesome.png";
var absoluteUri = bmgl.getAbsoluteUri('awesome.png', 'https://test.com');