示例#1
0
function U($path, $absolute = false, $querystring = [])
{
    return Singletons::U()->u($path, $absolute, $querystring);
}